Searched refs:AllowsLazyCompilationWithoutContext (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h370 bool AllowsLazyCompilationWithoutContext() const;
H A Dast.cc137 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { function in class:v8::internal::FunctionLiteral
138 return scope()->AllowsLazyCompilationWithoutContext();
H A Dcompiler.cc592 lit->AllowsLazyCompilationWithoutContext());
1268 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext();
H A Dscopes.cc710 bool Scope::AllowsLazyCompilationWithoutContext() const { function in class:v8::internal::Scope
H A Dast.h2359 bool AllowsLazyCompilationWithoutContext();

Completed in 539 milliseconds