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.h44 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h276 static napi_value GetGlobalObject(napi_env env) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md590 ### GetGlobalObject subsection
Djsnapi_expo.cpp5590 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp558 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h3484 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp163 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument