Searched defs:Global (Results 1 – 6 of 6) sorted by relevance
74 bool Global() const in Global() function
39 class Global; variable254 inline Global(const Global &that) in Global() function265 inline Global(Global &&that) in Global() function503 friend class Global; variable1423 friend class Global; variable1511 Global<T>::Global(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in Global() function1520 Global<T>::Global(const EcmaVM *vm, const Global<S> ¤t) : vm_(vm) in Global() function
442 static const std::string Global; // NOLINT (readability-identifier-naming) member1513 static std::string Global() in Global() function
77 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
146 using Global = builtins::BuiltinsGlobal; typedef
148 using Global = builtins::BuiltinsGlobal; typedef