Searched refs:is_parenthesized (Results 1 – 5 of 5) sorted by relevance
286 bool is_parenthesized() const { return ParenthesizedField::decode(code_); } in is_parenthesized() function
595 !pattern.is_parenthesized(); in ParseVariableDeclarations()
2050 !expression->is_parenthesized(); in ParseAssignmentExpression()3307 if (expression->is_parenthesized()) { in CheckDestructuringElement()
2382 !pattern->is_parenthesized(); in ParseVariableDeclarations()
372 bool is_parenthesized() const { in is_parenthesized() function