HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_SCOPE (Results 1 - 16 of 16) 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/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/v8/src/
scopes.cc 81 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
88 DCHECK(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
187 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope,
198 global_scope->ast_value_factory_,
209 GLOBAL_SCOPE,
211 global_scope->ast_value_factory_,
218 global_scope->ast_value_factory_,
225 global_scope->ast_value_factory_,
234 global_scope->ast_value_factory_,
241 global_scope->ast_value_factory_->GetString(Handle<String>(name))
    [all...]
scopes.h 83 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
267 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
globals.h 649 GLOBAL_SCOPE, // The top-level scope for a program or a top-level eval.
preparser.cc 125 PreParserScope top_scope(scope_, GLOBAL_SCOPE);
877 bool is_lazily_parsed = (outer_scope_type == GLOBAL_SCOPE && allow_lazy() &&
parser.cc 868 *scope = NewScope(scope_, GLOBAL_SCOPE);
884 *scope = NewScope(*scope, GLOBAL_SCOPE);
1004 Scope* scope = NewScope(scope_, GLOBAL_SCOPE);
    [all...]
preparser.h     [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc 2907 i::Scope* global_scope = local
2954 i::Scope* global_scope = local
3001 i::Scope* global_scope = local
    [all...]

Completed in 560 milliseconds