Home
last modified time | relevance | path

Searched refs:allow_lazy_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dpreparser.h45 allow_lazy_(false), in ParserBase()
54 bool allow_lazy() const { return allow_lazy_; } in allow_lazy()
66 void set_allow_lazy(bool allow) { allow_lazy_ = allow; } in set_allow_lazy()
202 bool allow_lazy_; variable
/external/v8/src/
Dpreparser.h128 allow_lazy_(allow_lazy), in PreParser()
653 bool allow_lazy_; variable
Dparser.h828 bool allow_lazy_; variable
Dpreparser.cc1409 !inside_with && allow_lazy_ && in ParseFunctionLiteral()
Dparser.cc551 allow_lazy_((parser_flags & kAllowLazy) != 0), in Parser()
599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()