Searched defs:is_parenthesized (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ast/ | ||
H A D | ast.h | 261 bool is_parenthesized() const { in is_parenthesized() function in v8::internal::Expression |
/third_party/node/deps/v8/src/parsing/ | ||
H A D | preparser.h | 295 bool is_parenthesized() const { return IsParenthesizedField::decode(code_); } in is_parenthesized() function in v8::internal::PreParserExpression |
Completed in 15 milliseconds