Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.h74 bool Global() const in Global() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h39 class Global; variable
254 inline Global(const Global &that) in Global() function
265 inline Global(Global &&that) in Global() function
503 friend class Global; variable
1423 friend class Global; variable
1511 Global<T>::Global(const EcmaVM *vm, const Local<S> &current) : vm_(vm) in Global() function
1520 Global<T>::Global(const EcmaVM *vm, const Global<S> &current) : vm_(vm) in Global() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h442 static const std::string Global; // NOLINT (readability-identifier-naming) member
1513 static std::string Global() in Global() function
Dpt_types.cpp77 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp146 using Global = builtins::BuiltinsGlobal; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp148 using Global = builtins::BuiltinsGlobal; typedef