Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h634 enum class PropertyPosition { kObjectLiteral, kClassLiteral }; class in v8::internal::ParseFunctionFlag::ParserBase
641 position(PropertyPosition::kClassLiteral), in ParsePropertyInfo()
682 PropertyPosition position;
2260 PropertyPosition::kObjectLiteral)) { in ParseProperty()
2356 DCHECK_EQ(prop_info->position, PropertyPosition::kClassLiteral); in ParseClassPropertyDefinition()
2580 DCHECK_EQ(prop_info->position, PropertyPosition::kObjectLiteral); in ParseObjectPropertyDefinition()
2776 prop_info.position = PropertyPosition::kObjectLiteral; in ParseObjectLiteral()
4744 prop_info.position = PropertyPosition::kClassLiteral; in ParseClassLiteral()

Completed in 10 milliseconds