Home | History | Annotate | Download | only in src

Lines Matching full:inner_scopes_

104       inner_scopes_(4),
127 inner_scopes_(4),
148 inner_scopes_(1),
308 outer_scope_->inner_scopes_.Add(this);
359 for (int i = 0; i < outer_scope_->inner_scopes_.length(); i++) {
360 if (outer_scope_->inner_scopes_[i] == this) {
361 outer_scope_->inner_scopes_.Remove(i);
367 for (int i = 0; i < inner_scopes_.length(); i++) {
368 outer_scope()->AddInnerScope(inner_scopes_[i]);
562 for (int i = 0; i < inner_scopes_.length(); i++) {
563 VariableProxy* proxy = inner_scopes_[i]->CheckAssignmentToConst();
704 for (int i = 0; i < inner_scopes_.length(); i++) {
705 Scope* scope = inner_scopes_[i];
867 for (int i = 0; i < inner_scopes_.length(); i++) {
869 inner_scopes_[i]->Print(n1);
1052 for (int i = 0; i < inner_scopes_.length(); i++) {
1053 if (!inner_scopes_[i]->ResolveVariablesRecursively(info, factory))
1068 for (int i = 0; i < inner_scopes_.length(); i++) {
1069 Scope* inner_scope = inner_scopes_[i];
1234 for (int i = 0; i < inner_scopes_.length(); i++) {
1235 inner_scopes_[i]->AllocateVariablesRecursively();