Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h868 void CheckDestructuringElement(ExpressionT element, int beg_pos, int end_pos);
2121 CheckDestructuringElement(argument, start_pos, in ParseArrayLiteral()
2133 CheckDestructuringElement(elem, beg_pos, scanner()->location().end_pos); in ParseArrayLiteral()
2582 CheckDestructuringElement(value, beg_pos, scanner()->location().end_pos); in ParseObjectPropertyDefinition()
2632 CheckDestructuringElement(lhs, next_beg_pos, next_end_pos); in ParseObjectPropertyDefinition()
4812 void ParserBase<Impl>::CheckDestructuringElement(ExpressionT expression, in CheckDestructuringElement() function