Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h286 bool is_parenthesized() const { return ParenthesizedField::decode(code_); } in is_parenthesized() function
Dpreparser.cc595 !pattern.is_parenthesized(); in ParseVariableDeclarations()
Dparser-base.h2050 !expression->is_parenthesized(); in ParseAssignmentExpression()
3307 if (expression->is_parenthesized()) { in CheckDestructuringElement()
Dparser.cc2382 !pattern->is_parenthesized(); in ParseVariableDeclarations()
/external/v8/src/ast/
Dast.h372 bool is_parenthesized() const { in is_parenthesized() function