OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowsLazyCompilation
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
scopes.h
367
bool
AllowsLazyCompilation
() const;
ast.cc
132
bool FunctionLiteral::
AllowsLazyCompilation
() {
133
return scope()->
AllowsLazyCompilation
();
[
all
...]
compiler.cc
277
function()->scope()->
AllowsLazyCompilation
() &&
590
function_info->set_allows_lazy_compilation(lit->
AllowsLazyCompilation
());
[
all
...]
preparser.h
[
all
...]
scopes.cc
705
bool Scope::
AllowsLazyCompilation
() const {
[
all
...]
full-codegen.cc
334
info->function()->scope()->
AllowsLazyCompilation
());
[
all
...]
ast.h
[
all
...]
parser.cc
[
all
...]
Completed in 248 milliseconds