Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser-base.h1018 ExpressionT ParsePossibleDestructuringSubPattern(AccumulationScope* scope);
2160 ParsePossibleDestructuringSubPattern(&accumulation_scope); in ParseArrayLiteral()
2180 elem = ParsePossibleDestructuringSubPattern(&accumulation_scope); in ParseArrayLiteral()
2316 ParsePossibleDestructuringSubPattern(prop_info->accumulation_scope); in ParseProperty()
2618 ParsePossibleDestructuringSubPattern(prop_info->accumulation_scope); in ParseObjectPropertyDefinition()
5042 ParserBase<Impl>::ParsePossibleDestructuringSubPattern( in ParsePossibleDestructuringSubPattern() function