OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowsLazyCompilation
(Results
1 - 12
of
12
) sorted by null
/external/v8/src/
scopes.h
369
bool
AllowsLazyCompilation
() const;
ast.cc
154
bool FunctionLiteral::
AllowsLazyCompilation
() {
155
return scope()->
AllowsLazyCompilation
();
[
all
...]
compiler.cc
719
bool allow_lazy = literal->
AllowsLazyCompilation
() &&
776
function_info->set_allows_lazy_compilation(lit->
AllowsLazyCompilation
());
scopes.cc
623
bool Scope::
AllowsLazyCompilation
() const {
[
all
...]
ast.h
[
all
...]
/external/chromium_org/v8/src/
scopes.h
392
bool
AllowsLazyCompilation
() const;
compiler.cc
242
function()->scope()->
AllowsLazyCompilation
() &&
[
all
...]
ast.cc
164
bool FunctionLiteral::
AllowsLazyCompilation
() {
165
return scope()->
AllowsLazyCompilation
();
[
all
...]
scopes.cc
713
bool Scope::
AllowsLazyCompilation
() const {
[
all
...]
full-codegen.cc
341
info->function()->scope()->
AllowsLazyCompilation
());
[
all
...]
ast.h
[
all
...]
parser.cc
[
all
...]
Completed in 1321 milliseconds