Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dpreparser.cc878 !parenthesized_function_); in ParseFunctionLiteral()
879 parenthesized_function_ = false; in ParseFunctionLiteral()
Dpreparser.h76 parenthesized_function_(false), in ParserBase()
575 bool parenthesized_function_; variable
1826 parenthesized_function_ = (peek() == Token::FUNCTION); in ParsePrimaryExpression()
2668 parenthesized_function_ = false; in ParseArrowFunctionLiteral()
Dparser.cc3508 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()