HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_SCOPE (Results 1 - 20 of 20) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl 32 const unsigned short GLOBAL_SCOPE = 0;
InjectedScriptSource.js     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/chromium_org/v8/src/
v8globals.h 474 GLOBAL_SCOPE, // The top-level scope for a program or a top-level eval.
scopes.cc 117 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
123 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
217 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope,
238 GLOBAL_SCOPE,
275 global_scope->AddInnerScope(current_scope);
276 global_scope->PropagateScopeInfo(false);
277 return (innermost_scope == NULL) ? global_scope : innermost_scope;
788 case GLOBAL_SCOPE: return "global";
    [all...]
scopes.h 107 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
288 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
parser.cc 620 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
630 scope = NewScope(scope, GLOBAL_SCOPE);
746 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
    [all...]
runtime.cc     [all...]
  /external/v8/src/
scopes.h 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
271 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; }
v8globals.h 465 GLOBAL_SCOPE, // The top-level scope for a program or a top-level eval.
scopes.cc 111 (type == MODULE_SCOPE || type == GLOBAL_SCOPE)
118 ASSERT_EQ(type == GLOBAL_SCOPE, outer_scope == NULL);
203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) {
244 global_scope->AddInnerScope(current_scope);
245 global_scope->PropagateScopeInfo(false);
246 return (innermost_scope == NULL) ? global_scope : innermost_scope;
723 case GLOBAL_SCOPE: return "global";
957 ASSERT(info->global_scope()->is_global_scope());
985 var = info->global_scope()->DeclareGlobal(proxy->name());
1044 ASSERT(info->global_scope()->is_global_scope())
    [all...]
parser.cc 605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
    [all...]
runtime.cc     [all...]

Completed in 315 milliseconds