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

  /external/chromium_org/v8/src/
scopes.h 604 Scope(Scope* inner_scope, ScopeType type, Handle<ScopeInfo> scope_info,
608 Scope(Scope* inner_scope,
612 void AddInnerScope(Scope* inner_scope) {
613 if (inner_scope != NULL) {
614 inner_scopes_.Add(inner_scope, zone_);
615 inner_scope->outer_scope_ = this;
scopes.cc 93 Scope::Scope(Scope* inner_scope,
117 AddInnerScope(inner_scope);
121 Scope::Scope(Scope* inner_scope, const AstRawString* catch_variable_name,
136 AddInnerScope(inner_scope);
1393 Scope* inner_scope = inner_scopes_.at(i); local
    [all...]
parser.cc 3257 Scope* inner_scope = NULL; local
    [all...]
parser.h 768 Scope* inner_scope, ZoneList<const AstRawString*>* names,
    [all...]
d8.cc     [all...]
hydrogen.cc 4688 Scope* inner_scope = scope(); local
4720 Scope* inner_scope = scope(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 245 HandleScope inner_scope(isolate);
273 HandleScope inner_scope(isolate);
    [all...]
test-parsing.cc 1153 i::Scope* inner_scope = scope->inner_scopes()->at(0); local
3165 i::Scope* inner_scope = scope->inner_scopes()->at(0); local
    [all...]
test-strings.cc 657 HandleScope inner_scope(isolate);
    [all...]
test-api.cc     [all...]

Completed in 290 milliseconds