Searched defs:codeValue (Results 1 – 5 of 5) sorted by relevance
89 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local146 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertCodeToString() local
215 Local<JSValueRef> codeValue = StringRef::NewFromUtf8(vm, std::to_string(code).c_str()); local
433 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_error() local460 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_type_error() local486 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_range_error() local1703 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local1721 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local1739 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_range_error() local
230 napi_value codeValue = nullptr; in CreateErrorMessage() local
1759 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local1777 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local