Home
last modified time | relevance | path

Searched defs:GetGlobalObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.h183 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp702 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h1949 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp92 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp465 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi