Searched refs:shortKeyTargetValue (Results 1 – 1 of 1) sorted by relevance
418 napi_value shortKeyTargetValue = nullptr; in InitShortKeyTarget() local419 napi_create_object(env, &shortKeyTargetValue); in InitShortKeyTarget()420 if (shortKeyTargetValue == nullptr) { in InitShortKeyTarget()422 return shortKeyTargetValue; in InitShortKeyTarget()424 NAPI_CALL(env, napi_define_properties(env, shortKeyTargetValue, in InitShortKeyTarget()434 napi_status sts = napi_wrap(env, shortKeyTargetValue, reinterpret_cast<void*>(nativeObj), in InitShortKeyTarget()442 return shortKeyTargetValue; in InitShortKeyTarget()