Searched defs:is_resumable (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/parsing/
H A Dparser-base.h915 bool is_resumable() const { function in class:v8::internal::ParseFunctionFlags::ParserBase
5144 if (allow_tailcalls() && !is_sloppy(language_mode()) && !is_resumable()) {

Completed in 467 milliseconds