/external/chromium_org/v8/src/ |
scopes.h | 594 Scope(Scope* inner_scope, ScopeType type, Handle<ScopeInfo> scope_info, 598 Scope(Scope* inner_scope, Handle<String> catch_variable_name, Zone* zone); 600 void AddInnerScope(Scope* inner_scope) { 601 if (inner_scope != NULL) { 602 inner_scopes_.Add(inner_scope, zone_); 603 inner_scope->outer_scope_ = this;
|
scopes.cc | 103 Scope::Scope(Scope* inner_scope, 125 AddInnerScope(inner_scope); 129 Scope::Scope(Scope* inner_scope, Handle<String> catch_variable_name, Zone* zone) 142 AddInnerScope(inner_scope); 1136 Scope* inner_scope = inner_scopes_[i]; local 1363 Scope* inner_scope = inner_scopes_.at(i); local [all...] |
parser.cc | 3201 Scope* inner_scope = NULL; local [all...] |
parser.h | 723 Scope* inner_scope, ZoneStringList* names, ForStatement* loop,
|
d8.cc | [all...] |
hydrogen.cc | 4606 Scope* inner_scope = scope(); local 4638 Scope* inner_scope = scope(); local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 261 HandleScope inner_scope(isolate); 289 HandleScope inner_scope(isolate); [all...] |
test-parsing.cc | 1134 i::Scope* inner_scope = scope->inner_scopes()->at(0); local [all...] |
test-strings.cc | 657 HandleScope inner_scope(isolate); [all...] |
test-api.cc | [all...] |