Home
last modified time | relevance | path

Searched refs:object_literal_scope_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1558 Scope* object_literal_scope_ = nullptr; member in v8::internal::ParseFunctionFlag::ParserBase
2681 if (object_literal_scope_ != nullptr) { in ParseObjectPropertyDefinition()
2682 DCHECK_EQ(object_literal_scope_->outer_scope(), scope_); in ParseObjectPropertyDefinition()
2683 block_state.reset(new BlockState(&scope_, object_literal_scope_)); in ParseObjectPropertyDefinition()
2718 if (object_literal_scope_ != nullptr) { in ParseObjectPropertyDefinition()
2719 DCHECK_EQ(object_literal_scope_->outer_scope(), scope_); in ParseObjectPropertyDefinition()
2720 block_state.reset(new BlockState(&scope_, object_literal_scope_)); in ParseObjectPropertyDefinition()
2770 BlockState object_literal_scope_state(&object_literal_scope_, block_scope); in ParseObjectLiteral()
4711 BlockState object_literal_scope_state(&object_literal_scope_, nullptr); in ParseClassLiteral()

Completed in 10 milliseconds