OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allow_lazy_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/parsing/
parser.cc
117
prev_allow_lazy_(parser->
allow_lazy_
),
121
parser_->
allow_lazy_
= false;
134
parser_->
allow_lazy_
= prev_allow_lazy_;
159
if (
allow_lazy_
) {
542
allow_lazy_
= FLAG_lazy && info->allow_lazy_parsing() && !info->is_native() &&
611
if (
allow_lazy_
) {
663
ParsingModeScope mode(this,
allow_lazy_
? PARSE_LAZILY : PARSE_EAGERLY);
2569
DCHECK_IMPLIES(parse_lazily(),
allow_lazy_
);
local
[
all
...]
parser.h
1161
bool
allow_lazy_
;
member in class:v8::internal::Parser
[
all
...]
Completed in 98 milliseconds