Support for 'constructor'.
git-svn-id: svn://10.0.0.236/trunk@73865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -153,9 +153,6 @@ static ICodeModule* genCode(Context &cx, StmtNode *p, const String &fileName)
|
||||
icg.returnStmt(ret);
|
||||
|
||||
ICodeModule *icm = icg.complete();
|
||||
|
||||
stdOut << icg;
|
||||
|
||||
icm->setFileName (fileName);
|
||||
return icm;
|
||||
}
|
||||
@@ -365,7 +362,6 @@ static void testCompile()
|
||||
icg.genStmt(s);
|
||||
s = s->next;
|
||||
}
|
||||
// stdOut << icg;
|
||||
cx.interpret(icg.complete(), JSValues());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user