Searched refs:shortKeyValue (Results 1 – 1 of 1) sorted by relevance
389 napi_value shortKeyValue = nullptr; in InitShortKey() local390 napi_create_object(env, &shortKeyValue); in InitShortKey()391 if (shortKeyValue == nullptr) { in InitShortKey()393 return shortKeyValue; in InitShortKey()395 NAPI_CALL(env, napi_define_properties(env, shortKeyValue, in InitShortKey()405 napi_status sts = napi_wrap(env, shortKeyValue, reinterpret_cast<void*>(nativeObj), in InitShortKey()413 return shortKeyValue; in InitShortKey()