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

  /external/v8/src/
parser.h 463 PARSE_EAGERLY
parser.cc 599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY;
600 if (allow_natives_syntax_ || extension_ != NULL) mode_ = PARSE_EAGERLY;
700 mode_ = PARSE_EAGERLY;
    [all...]

Completed in 155 milliseconds