Searched defs:codeValue (Results 1 – 5 of 5) sorted by relevance
154 int32_t codeValue = static_cast<int32_t>(code) - static_cast<int32_t>(KeyCode::KEY_A); in ConvertInputCodeToString() local182 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
479 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_error() local507 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_type_error() local534 Local<panda::JSValueRef> codeValue = panda::JSValueRef::Undefined(vm); in napi_create_range_error() local2369 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_error() local2388 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_type_error() local2407 Local<panda::JSValueRef> codeValue = panda::StringRef::NewFromUtf8(vm, code); in napi_throw_range_error() local
262 napi_value codeValue = nullptr; in CreateErrorMessage() local
1758 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local1776 auto codeValue = static_cast<int32_t>(event.code); in SetShortcutKey() local