Searched defs:GetGlobalObject (Results 1 – 6 of 6) 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
203 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
96 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument
1426 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
2190 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
699 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi