Searched refs:is_lazily_compiled (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.cc1408 bool is_lazily_compiled = (outer_scope_type == kTopLevelScope && local
1414 if (is_lazily_compiled) {
H A Dparser.cc4485 bool is_lazily_compiled = (mode() == PARSE_LAZILY && local
4491 if (is_lazily_compiled) {
4517 is_lazily_compiled = false;
4555 if (!is_lazily_compiled) {

Completed in 55 milliseconds