Home
last modified time | relevance | path

Searched refs:contextValue (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability.cpp119 napi_value contextValue = CreateNapiJSContext(env); in JsFeatureAbilityInit() local
120 if (contextValue != nullptr) { in JsFeatureAbilityInit()
122 napi_create_reference(env, contextValue, 1, &contextRef); in JsFeatureAbilityInit()
198 napi_value contextValue = me->JsGetContext(env, info, AbilityType::PAGE); in GetContext() local
199 if (contextValue != nullptr) { in GetContext()
201 napi_create_reference(env, contextValue, 1, &contextRef); in GetContext()
203 return contextValue; in GetContext()

Completed in 3 milliseconds