Home
last modified time | relevance | path

Searched refs:g_contextObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability.cpp39 napi_ref thread_local g_contextObject = nullptr; variable
47 return napi_create_reference(env, constructor, 1, &g_contextObject); in SetGlobalClassContext()
53 NAPI_CALL(env, napi_get_reference_value(env, g_contextObject, &constructor)); in GetGlobalClassContext()