Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h690 int code = ((op == Token::COMMA) && !left.is_parenthesized() && in BinaryOperation()
691 !right.is_parenthesized()) in BinaryOperation()
779 bool is_parenthesized() const { in is_parenthesized() function
784 code_ |= is_parenthesized() ? kMultiParenthesizedExpression in increase_parenthesization_level()
1082 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, in NewFunctionLiteral() argument
Dast.h358 bool is_parenthesized() const { return parenthesization_level_ > 0; } in is_parenthesized() function
2414 bool is_parenthesized() { in is_parenthesized() function
2454 IsParenthesizedFlag is_parenthesized, FunctionKind kind, in FunctionLiteral() argument
2472 IsParenthesized::encode(is_parenthesized) | in FunctionLiteral()
3489 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, in NewFunctionLiteral() argument
3494 has_duplicate_parameters, is_function, is_parenthesized, kind, position, in NewFunctionLiteral()
Dcompiler.cc1274 if (FLAG_lazy && allow_lazy && !literal->is_parenthesized()) { in BuildFunctionInfo()
Dparser.cc3411 if (binop->op() != Token::COMMA || binop->left()->is_parenthesized() || in CheckAndDeclareArrowParameter()
3412 binop->right()->is_parenthesized()) in CheckAndDeclareArrowParameter()