Searched refs:shortcutObj (Results 1 – 1 of 1) sorted by relevance
2152 napi_value shortcutObj = nullptr; in ConvertShortCutInfos() local2153 napi_create_object(env, &shortcutObj); in ConvertShortCutInfos()2154 ConvertShortCutInfo(env, shortcutInfo, shortcutObj); in ConvertShortCutInfos()2155 napi_set_element(env, value, index, shortcutObj); in ConvertShortCutInfos()