Searched refs:next_loc (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2582 Scanner::Location next_loc = scanner()->peek_location(); in ParseObjectPropertyDefinition() local 2642 impl()->ExpressionFromIdentifier(name, next_loc.beg_pos); in ParseObjectPropertyDefinition() 2645 next_loc, MessageTemplate::kStrictEvalArguments); in ParseObjectPropertyDefinition() 2659 Scanner::Location(next_loc.beg_pos, end_position()), in ParseObjectPropertyDefinition() 2677 Scanner::Location(next_loc.beg_pos, end_position()), in ParseObjectPropertyDefinition() 2690 next_loc.beg_pos, FunctionSyntaxKind::kAccessorOrMethod, in ParseObjectPropertyDefinition() 2706 Scanner::Location(next_loc.beg_pos, end_position()), in ParseObjectPropertyDefinition() 2728 next_loc.beg_pos, FunctionSyntaxKind::kAccessorOrMethod, in ParseObjectPropertyDefinition() 6075 Scanner::Location next_loc = scanner()->peek_location(); in ParseForStatement() local 6076 int lhs_beg_pos = next_loc in ParseForStatement() [all...] |
Completed in 9 milliseconds