OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allow_lazy
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
preparser.h
118
bool
allow_lazy
,
128
allow_lazy_(
allow_lazy
),
144
bool
allow_lazy
= (flags & i::kAllowLazy) != 0;
local
147
return PreParser(scanner, log, stack_limit,
allow_lazy
,
compiler.cc
719
bool
allow_lazy
= literal->AllowsLazyCompilation() &&
local
725
if (FLAG_lazy &&
allow_lazy
) {
744
result->set_allows_lazy_compilation(
allow_lazy
);
parser.cc
5924
bool
allow_lazy
= FLAG_lazy && (extension == NULL);
local
[
all
...]
Completed in 310 milliseconds