Lines Matching defs:scope_
251 : scope_(nullptr),
323 // The parser's current scope is in scope_. BlockState and FunctionState
437 DeclarationScope* scope() const { return scope_->AsDeclarationScope(); }
517 DeclarationScope* scope_;
1493 Scope* scope() const { return scope_; }
1556 Scope* scope_; // Scope stack.
1633 scope_(scope),
2524 FunctionState initializer_state(&function_state_, &scope_,
2564 FunctionState initializer_state(&function_state_, &scope_, initializer_scope);
2682 DCHECK_EQ(object_literal_scope_->outer_scope(), scope_);
2683 block_state.reset(new BlockState(&scope_, object_literal_scope_));
2719 DCHECK_EQ(object_literal_scope_->outer_scope(), scope_);
2720 block_state.reset(new BlockState(&scope_, object_literal_scope_));
4335 BlockState block_state(&scope_, inner_scope);
4539 FunctionState function_state(&function_state_, &scope_,
4580 BlockState block_state(&scope_, scope()->outer_scope());
4586 FunctionState inner_function_state(&function_state_, &scope_,
4708 BlockState block_state(&scope_, class_scope);
5336 BlockState block_state(&scope_, block_scope);
5376 BlockState block_state(zone(), &scope_);
5699 BlockState block_state(&scope_, with_scope);
5813 BlockState cases_block_state(zone(), &scope_);
5903 BlockState catch_block_state(&scope_, catch_info.scope);
5909 BlockState catch_variable_block_state(zone(), &scope_);
6013 BlockState for_state(zone(), &scope_);
6026 BlockState inner_state(&scope_, inner_block_scope);
6047 BlockState inner_state(&scope_, inner_block_scope);
6179 BlockState block_state(&scope_, inner_block_scope);
6261 BlockState block_state(&scope_, inner_scope);
6350 BlockState for_state(zone(), &scope_);
6380 BlockState inner_state(&scope_, inner_block_scope);
6411 BlockState inner_state(&scope_, inner_block_scope);
6438 BlockState block_state(&scope_, inner_block_scope);