Searched defs:codeValue (Results 1 – 10 of 10) sorted by relevance
127 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local151 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
81 int32_t codeValue = CJsonUtil::GetIntValue(config, "code"); in ParseAllowedInfo() local
25 napi_value codeValue = nullptr; in CreateErrorMessage() local
248 napi_value codeValue = nullptr; in ConvertFunctionResult() local
261 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm, std::to_string(code).c_str()); local
164 napi_value codeValue = nullptr; in CreateErrorMessageWithErrorCode() local
134 napi_value codeValue = nullptr; in CreateErrorMessage() local
490 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_error() local518 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_type_error() local545 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_range_error() local2313 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local2332 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local2351 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_range_error() local
262 napi_value codeValue = nullptr; in CreateErrorMessage() local
1720 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local1738 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local