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

/external/chromium_org/v8/src/
H A Dpreparser.cc1384 bool is_lazily_compiled = (outer_scope_type == kTopLevelScope && local
1390 if (is_lazily_compiled) {
H A Dparser.cc4177 bool is_lazily_compiled = (mode() == PARSE_LAZILY && local
4182 if (is_lazily_compiled) {
4206 is_lazily_compiled = false;
4241 if (!is_lazily_compiled) {
/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 53 milliseconds