Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 9 of 9) 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
430 inline Global(const Global &that) in Global() function
441 inline Global(Global &&that) in Global() function
680 friend class Global; variable
1944 friend class Global; variable
2014 Global<T>::Global(const EcmaVM *vm, const Local<S> &current) : vm_(vm) in Global() function
2023 Global<T>::Global(const EcmaVM *vm, const Global<S> &current) : vm_(vm) in Global() function
Djsnapi.h48 class Global; variable
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp232 JSVM_Value Global() in Global() function
263 JSVM_Value Global(const char* name) in Global() function
269 JSVM_Value Global(JSVM_Value key) in Global() function
/arkcompiler/toolchain/tooling/dynamic/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.cpp120 using Global = builtins::BuiltinsGlobal; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp138 using Global = builtins::BuiltinsGlobal; typedef