Searched defs:GetGlobalObject (Results 1 – 8 of 8) sorted by relevance
73 std::unique_ptr<T> GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() function87 T *GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() function
44 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
276 static napi_value GetGlobalObject(napi_env env) in GetGlobalObject() function
590 ### GetGlobalObject subsection
5590 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi
558 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
3484 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
163 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument