HomeSort by relevance Sort by last modified time
    Searched refs:ShouldEagerCompile (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ast/
ast.cc 317 bool FunctionLiteral::ShouldEagerCompile() const {
318 return scope()->ShouldEagerCompile();
    [all...]
scopes.cc 346 bool DeclarationScope::ShouldEagerCompile() const {
    [all...]
scopes.h 657 bool ShouldEagerCompile() const;
    [all...]
ast-numbering.cc 637 if (node->ShouldEagerCompile()) {
ast.h     [all...]

Completed in 68 milliseconds