Searched refs:GLOBAL_SCOPE (Results 1 - 18 of 18) sorted by path

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h34 #define GLOBAL_SCOPE 0 macro
H A DANTLRHashRule.h34 #define GLOBAL_SCOPE 0 macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h34 #define GLOBAL_SCOPE 0 macro
H A DANTLRHashRule.h34 #define GLOBAL_SCOPE 0 macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h34 #define GLOBAL_SCOPE 0 macro
H A DANTLRHashRule.h34 #define GLOBAL_SCOPE 0 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h34 #define GLOBAL_SCOPE 0 macro
H A DANTLRHashRule.h34 #define GLOBAL_SCOPE 0 macro
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js1417 const GLOBAL_SCOPE = 0;
1425 scopeTypeNames[GLOBAL_SCOPE] = "global";
H A DJavaScriptCallFrame.idl33 const unsigned short GLOBAL_SCOPE = 0;
/external/chromium_org/v8/src/
H A Dglobals.h649 GLOBAL_SCOPE, // The top-level scope for a program or a top-level eval. enumerator in enum:v8::internal::ScopeType
H A Dparser.cc868 *scope = NewScope(scope_, GLOBAL_SCOPE);
884 *scope = NewScope(*scope, GLOBAL_SCOPE);
1004 Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
H A Dpreparser.cc125 PreParserScope top_scope(scope_, GLOBAL_SCOPE);
877 bool is_lazily_parsed = (outer_scope_type == GLOBAL_SCOPE && allow_lazy() &&
H A Dpreparser.h1429 PreParserScope scope(scope_, GLOBAL_SCOPE);
H A Druntime.cc12060 if (scope_info->scope_type() == GLOBAL_SCOPE) {
12137 case GLOBAL_SCOPE:
H A Dscopes.cc81 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
88 DCHECK(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
209 GLOBAL_SCOPE,
778 case GLOBAL_SCOPE: return "global";
H A Dscopes.h267 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc2908 new (&zone) i::Scope(NULL, i::GLOBAL_SCOPE, &avf, &zone);
2955 new (&zone) i::Scope(NULL, i::GLOBAL_SCOPE, &avf, &zone);
3002 new (&zone) i::Scope(NULL, i::GLOBAL_SCOPE, &avf, &zone);

Completed in 1622 milliseconds