Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h73 std::unique_ptr<T> GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() function
87 T *GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.h53 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h303 static napi_value GetGlobalObject(napi_env env) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md590 ### GetGlobalObject subsection
Djsnapi_expo.cpp5848 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi
5857 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm, const Local<JSValueRef> &context) in GetGlobalObject() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp607 GateRef CircuitBuilder::GetGlobalObject(GateRef glue, GateRef globalEnv) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h3729 inline GateRef StubBuilder::GetGlobalObject(GateRef glue, GateRef globalEnv) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp170 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument