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

  /external/chromium_org/v8/src/
typing.h 46 class AstTyper: public AstVisitor {
59 explicit AstTyper(CompilationInfo* info);
97 DISALLOW_COPY_AND_ASSIGN(AstTyper);
typing.cc 37 AstTyper::AstTyper(CompilationInfo* info)
56 void AstTyper::Run(CompilationInfo* info) {
57 AstTyper* visitor = new(info->zone()) AstTyper(info);
79 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) {
88 void AstTyper::VisitBlock(Block* stmt) {
96 void AstTyper::VisitExpressionStatement(ExpressionStatement* stmt) {
101 void AstTyper::VisitEmptyStatement(EmptyStatement* stmt) {
105 void AstTyper::VisitIfStatement(IfStatement* stmt)
    [all...]

Completed in 46 milliseconds