Home
last modified time | relevance | path

Searched refs:parenthesized_function_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc1132 (outer_is_script_scope && allow_lazy() && !parenthesized_function_); in ParseFunctionLiteral()
1133 parenthesized_function_ = false; in ParseFunctionLiteral()
Dparser-base.h96 parenthesized_function_(false), in ParserBase()
906 bool parenthesized_function_; variable
1359 parenthesized_function_ = (peek() == Token::FUNCTION); in ParsePrimaryExpression()
3084 parenthesized_function_ = false; in ParseArrowFunctionLiteral()
Dparser.cc4142 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()