Searched defs:codeValue (Results 1 – 5 of 5) 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
261 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm, std::to_string(code).c_str()); 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() local2311 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local2330 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local2349 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