Searched refs:next_beg_pos (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 1638 int next_beg_pos = scanner()->peek_location().beg_pos; in ParsePropertyDefinition() local 1701 *name, next_beg_pos, next_end_pos, scope_, factory()); in ParsePropertyDefinition() 1702 CheckDestructuringElement(lhs, classifier, next_beg_pos, next_end_pos); in ParsePropertyDefinition() 1716 Scanner::Location(next_beg_pos, scanner()->location().end_pos), in ParsePropertyDefinition() 1736 Scanner::Location(next_beg_pos, scanner()->location().end_pos), in ParsePropertyDefinition()
|