Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.h194 bool parse_lazily() const { return mode_ == PARSE_LAZILY; } in parse_lazily()
195 enum Mode { PARSE_LAZILY, PARSE_EAGERLY }; enumerator
H A Dparser.cc585 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in DoParseProgram()
1111 ParsingModeScope mode(this, PARSE_LAZILY); in ParseClassForInstanceMemberInitialization()
3038 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in ParseFunction()

Completed in 8 milliseconds