HomeSort by relevance Sort by last modified time
    Searched refs:allow_lazy (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
background-parsing-task.h 28 allow_lazy(false) {}
41 bool allow_lazy; member in struct:v8::internal::StreamedSource
background-parsing-task.cc 26 source->allow_lazy =
50 source_->parser->set_allow_lazy(source_->allow_lazy);
parser.h 629 bool allow_lazy = false) {
634 parser.set_allow_lazy(allow_lazy);
    [all...]
compiler.cc 1269 bool allow_lazy = literal->AllowsLazyCompilation() && local
    [all...]
preparser.cc 877 bool is_lazily_parsed = (outer_scope_type == GLOBAL_SCOPE && allow_lazy() &&
preparser.h 95 bool allow_lazy() const { return allow_lazy_; } function in class:v8::internal::ParserBase
    [all...]
parser.cc 890 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY;
    [all...]

Completed in 214 milliseconds