Searched refs:is_lazily_parsed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc877 bool is_lazily_parsed = (outer_scope_type == GLOBAL_SCOPE && allow_lazy() && local
882 if (is_lazily_parsed) {
H A Dpreparser.h2648 bool is_lazily_parsed = local
2650 if (is_lazily_parsed) {
H A Dparser.cc3647 bool is_lazily_parsed = (mode() == PARSE_LAZILY && local
3652 if (is_lazily_parsed) {

Completed in 99 milliseconds