Searched refs:parenthesized_function_ (Results 1 – 3 of 3) sorted by relevance
878 !parenthesized_function_); in ParseFunctionLiteral()879 parenthesized_function_ = false; in ParseFunctionLiteral()
76 parenthesized_function_(false), in ParserBase()575 bool parenthesized_function_; variable1826 parenthesized_function_ = (peek() == Token::FUNCTION); in ParsePrimaryExpression()2668 parenthesized_function_ = false; in ParseArrowFunctionLiteral()
3508 FunctionLiteral::IsParenthesizedFlag parenthesized = parenthesized_function_ in ParseFunctionLiteral()3649 !parenthesized_function_); in ParseFunctionLiteral()3650 parenthesized_function_ = false; // The bit was set for this function only. in ParseFunctionLiteral()