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.h43 JSTaggedValue GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h155 EACGObjectNode *GetGlobalObject() in GetGlobalObject() function
160 const EACGObjectNode *GetGlobalObject() const in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp522 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h2639 inline GateRef StubBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md588 ### GetGlobalObject subsection
Djsnapi_expo.cpp3509 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp155 HWTEST_F_L0(JSNApiTests, GetGlobalObject) in HWTEST_F_L0() argument