Searched refs:parenthesized_function_ (Results 1 – 3 of 3) sorted by relevance
1132 (outer_is_script_scope && allow_lazy() && !parenthesized_function_); in ParseFunctionLiteral()1133 parenthesized_function_ = false; in ParseFunctionLiteral()
96 parenthesized_function_(false), in ParserBase()906 bool parenthesized_function_; variable1359 parenthesized_function_ = (peek() == Token::FUNCTION); in ParsePrimaryExpression()3084 parenthesized_function_ = false; in ParseArrowFunctionLiteral()
4142 parenthesized_function_ ? FunctionLiteral::kShouldEagerCompile in ParseFunctionLiteral()4215 !parenthesized_function_; in ParseFunctionLiteral()4216 parenthesized_function_ = false; // The bit was set for this function only. in ParseFunctionLiteral()