HomeSort by relevance Sort by last modified time
    Searched defs:AllowsLazyCompilation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
ast.cc 167 bool FunctionLiteral::AllowsLazyCompilation() {
168 return scope()->AllowsLazyCompilation();
    [all...]
scopes.cc 715 bool Scope::AllowsLazyCompilation() const {
    [all...]
  /external/v8/src/
ast.cc 154 bool FunctionLiteral::AllowsLazyCompilation() {
155 return scope()->AllowsLazyCompilation();
    [all...]
scopes.cc 623 bool Scope::AllowsLazyCompilation() const {
    [all...]

Completed in 400 milliseconds