Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.h74 bool Global() const in Global() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h38 class Global; variable
249 inline Global(const Global &that) in Global() function
260 inline Global(Global &&that) in Global() function
479 friend class Global; variable
1313 friend class Global; variable
1392 Global<T>::Global(const EcmaVM *vm, const Local<S> &current) : vm_(vm) in Global() function
1401 Global<T>::Global(const EcmaVM *vm, const Global<S> &current) : vm_(vm) in Global() function
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts44 Global, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h298 static const std::string Global; // NOLINT (readability-identifier-naming) member
1328 static std::string Global() in Global() function
Dpt_types.cpp76 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp145 using Global = builtins::BuiltinsGlobal; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp145 using Global = builtins::BuiltinsGlobal; typedef