Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.h74 bool Global() const in Global() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h82 bool Global() const in Global() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h49 class Global; variable
383 inline Global(const Global &that) in Global() function
394 inline Global(Global &&that) in Global() function
627 friend class Global; variable
1762 friend class Global; variable
Djsnapi.h48 class Global; variable
459 Global<T>::Global(const EcmaVM *vm, const Local<S> &current) : vm_(vm) in Global() function
468 Global<T>::Global(const EcmaVM *vm, const Global<S> &current) : vm_(vm) in Global() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h471 static const std::string Global; // NOLINT (readability-identifier-naming) member
1574 static std::string Global() in Global() function
Dpt_types.cpp80 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp117 using Global = builtins::BuiltinsGlobal; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp140 using Global = builtins::BuiltinsGlobal; typedef