HomeSort by relevance Sort by last modified time
    Searched defs:is_parenthesized (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
preparser.h 690 int code = ((op == Token::COMMA) && !left.is_parenthesized() &&
691 !right.is_parenthesized())
779 bool is_parenthesized() const { function in class:v8::internal::PreParserExpression
784 code_ |= is_parenthesized() ? kMultiParenthesizedExpression
    [all...]
ast.h 358 bool is_parenthesized() const { return parenthesization_level_ > 0; } function in class:v8::internal::Expression
2414 bool is_parenthesized() { function in class:v8::internal::FINAL
    [all...]

Completed in 80 milliseconds