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

  /external/v8/src/
preparser.h 118 bool allow_lazy,
128 allow_lazy_(allow_lazy),
144 bool allow_lazy = (flags & i::kAllowLazy) != 0; local
147 return PreParser(scanner, log, stack_limit, allow_lazy,
compiler.cc 719 bool allow_lazy = literal->AllowsLazyCompilation() && local
725 if (FLAG_lazy && allow_lazy) {
744 result->set_allows_lazy_compilation(allow_lazy);
parser.cc 5924 bool allow_lazy = FLAG_lazy && (extension == NULL); local
    [all...]
  /external/chromium_org/v8/src/
compiler.cc 1223 bool allow_lazy = literal->AllowsLazyCompilation() && local
    [all...]
preparser.h 54 bool allow_lazy() const { return allow_lazy_; } function in class:v8::internal::ParserBase
preparser.cc     [all...]
parser.cc 639 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY;
    [all...]

Completed in 283 milliseconds