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.h75 bool Global() const in Global() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h50 class Global; variable
421 inline Global(const Global &that) in Global() function
432 inline Global(Global &&that) in Global() function
671 friend class Global; variable
1860 friend class Global; variable
Djsnapi.h48 class Global; variable
466 Global<T>::Global(const EcmaVM *vm, const Local<S> &current) : vm_(vm) in Global() function
475 Global<T>::Global(const EcmaVM *vm, const Global<S> &current) : vm_(vm) in Global() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h482 static const std::string Global; // NOLINT (readability-identifier-naming) member
1585 static std::string Global() in Global() function
Dpt_types.cpp79 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp116 using Global = builtins::BuiltinsGlobal; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp138 using Global = builtins::BuiltinsGlobal; typedef