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

  /external/v8/src/
preparser.h 128 allow_lazy_(allow_lazy),
653 bool allow_lazy_; member in class:v8::preparser::PreParser
parser.h 828 bool allow_lazy_; member in class:v8::internal::Parser
preparser.cc     [all...]
parser.cc 551 allow_lazy_((parser_flags & kAllowLazy) != 0),
599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY;
    [all...]

Completed in 43 milliseconds