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

  /external/chromium_org/v8/src/
typing.cc 45 RECURSE(visitor->VisitDeclarations(scope->declarations()));
732 void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {
ast.cc 637 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
    [all...]
full-codegen.cc 664 // (invoked by VisitDeclarations in the hosting scope).
675 // DeclareModules (invoked by VisitDeclarations in the hosting scope again),
682 void FullCodeGenerator::VisitDeclarations(
704 AstVisitor::VisitDeclarations(declarations);
750 VisitDeclarations(scope_->declarations());
    [all...]
hydrogen.cc     [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 87 VisitDeclarations(scope->declarations());
462 VisitDeclarations(stmt->scope()->declarations());
    [all...]

Completed in 291 milliseconds