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

  /external/v8/src/
compiler.cc 719 bool allow_lazy = literal->AllowsLazyCompilation() && local
725 if (FLAG_lazy && allow_lazy) {
744 result->set_allows_lazy_compilation(allow_lazy);
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,
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

Completed in 235 milliseconds