Searched refs:allow_lazy_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dpreparser.h128 allow_lazy_(allow_lazy),
653 bool allow_lazy_; member in class:v8::preparser::PreParser
H A Dparser.h828 bool allow_lazy_; member in class:v8::internal::Parser
H A Dpreparser.cc1409 !inside_with && allow_lazy_ &&
H A Dparser.cc551 allow_lazy_((parser_flags & kAllowLazy) != 0),
599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY;

Completed in 229 milliseconds