Home
last modified time | relevance | path

Searched defs:GetGlobalObject (Results 1 – 6 of 6) 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.h203 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp96 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1426 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h2190 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp699 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi