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

  /external/v8/src/
background-parsing-task.cc 50 source_->parser->set_allow_lazy(source_->allow_lazy);
parser.h 634 parser.set_allow_lazy(allow_lazy);
    [all...]
preparser.h 110 void set_allow_lazy(bool allow) { allow_lazy_ = allow; } function in class:v8::internal::ParserBase
    [all...]
parser.cc 775 set_allow_lazy(false); // Must be explicitly enabled.
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 159 preparser.set_allow_lazy(true);
173 preparser.set_allow_lazy(true);
319 preparser.set_allow_lazy(true);
353 preparser.set_allow_lazy(true);
419 preparser.set_allow_lazy(true);
451 preparser.set_allow_lazy(true);
498 preparser.set_allow_lazy(true);
    [all...]

Completed in 119 milliseconds