Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc448 mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly. in Parser()
585 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in DoParseProgram()
752 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseWrapped()
954 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in DoParseFunction()
2899 mode_ = PARSE_EAGERLY; in SkipFunction()
3038 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in ParseFunction()
H A Dparser.h195 enum Mode { PARSE_LAZILY, PARSE_EAGERLY }; enumerator

Completed in 12 milliseconds