HomeSort by relevance Sort by last modified time
    Searched refs:AllowsLazyCompilation (Results 1 - 5 of 5) 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...]

Completed in 3798 milliseconds