Searched refs:AddGlobalObject (Results 1 – 3 of 3) sorted by relevance
39 void AddGlobalObject(napi_env env, std::shared_ptr<NativeReference> applicationContextObj);
50 void ApplicationContextManager::AddGlobalObject(napi_env env, in AddGlobalObject() function in OHOS::AbilityRuntime::ApplicationContextManager
644 … .AddGlobalObject(env, std::shared_ptr<NativeReference>(reinterpret_cast<NativeReference*>(ref))); in CreateJSApplicationContext()