Support for 'constructor'.

git-svn-id: svn://10.0.0.236/trunk@73865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-07-08 01:08:29 +00:00
parent 690e440a47
commit 07b641917e
16 changed files with 888 additions and 386 deletions

View File

@@ -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());
}
}