HomeSort by relevance Sort by last modified time
    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 230 function()->scope()->AllowsLazyCompilation() &&
    [all...]
ast.cc 167 bool FunctionLiteral::AllowsLazyCompilation() {
168 return scope()->AllowsLazyCompilation();
    [all...]
full-codegen.cc 337 info->function()->scope()->AllowsLazyCompilation());
    [all...]
scopes.cc 715 bool Scope::AllowsLazyCompilation() const {
    [all...]
ast.h     [all...]
parser.cc     [all...]

Completed in 171 milliseconds