Searched defs:Global (Results 1 – 7 of 7) sorted by relevance
74 bool Global() const in Global() function
38 class Global; variable249 inline Global(const Global &that) in Global() function260 inline Global(Global &&that) in Global() function479 friend class Global; variable1313 friend class Global; variable1392 Global<T>::Global(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in Global() function1401 Global<T>::Global(const EcmaVM *vm, const Global<S> ¤t) : vm_(vm) in Global() function
44 Global, enumerator
298 static const std::string Global; // NOLINT (readability-identifier-naming) member1328 static std::string Global() in Global() function
76 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
145 using Global = builtins::BuiltinsGlobal; typedef