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

  /external/chromium_org/v8/src/
parser.h 601 bool allow_lazy = false) {
603 parser.set_allow_lazy(allow_lazy);
compiler.cc 1003 bool allow_lazy = literal->AllowsLazyCompilation() && local
    [all...]
preparser.cc 854 bool is_lazily_parsed = (outer_scope_type == GLOBAL_SCOPE && allow_lazy() &&
preparser.h 89 bool allow_lazy() const { return allow_lazy_; } function in class:v8::internal::ParserBase
    [all...]
parser.cc 880 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY;
    [all...]

Completed in 96 milliseconds