Home
last modified time | relevance | path

Searched refs:CheckDestructuringElement (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h867 void CheckDestructuringElement(ExpressionT element, int beg_pos, int end_pos);
1978 CheckDestructuringElement(argument, start_pos, in ParseArrayLiteral()
1990 CheckDestructuringElement(elem, beg_pos, scanner()->location().end_pos); in ParseArrayLiteral()
2141 CheckDestructuringElement(expression, pos, in ParsePropertyName()
2403 CheckDestructuringElement(value, beg_pos, scanner()->location().end_pos); in ParseObjectPropertyDefinition()
2456 CheckDestructuringElement(lhs, next_beg_pos, next_end_pos); in ParseObjectPropertyDefinition()
4557 void ParserBase<Impl>::CheckDestructuringElement(ExpressionT expression, in CheckDestructuringElement() function