Home
last modified time | relevance | path

Searched refs:should_preparse (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2722 const bool should_preparse = in ParseFunctionLiteral() local
2736 Zone* parse_zone = should_preparse ? &preparser_zone_ : zone(); in ParseFunctionLiteral()
2756 should_preparse && in ParseFunctionLiteral()
2763 if (should_preparse) Consume(Token::LPAREN); in ParseFunctionLiteral()
2774 should_preparse in ParseFunctionLiteral()

Completed in 8 milliseconds