Home
last modified time | relevance | path

Searched defs:is_parenthesized (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h286 bool is_parenthesized() const { return ParenthesizedField::decode(code_); } in is_parenthesized() function
/external/v8/src/ast/
Dast.h372 bool is_parenthesized() const { in is_parenthesized() function