Fixed compare bugs. Report results from js2 test cases. Rewrote generic

equal to match ECMA 1.5


git-svn-id: svn://10.0.0.236/trunk@82354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-11-06 22:57:10 +00:00
parent b942b55420
commit eee3dbd0a5
12 changed files with 140 additions and 66 deletions

View File

@@ -347,7 +347,8 @@ static void testCompile()
icg.genStmt(s);
s = s->next;
}
cx.interpret(icg.complete(&Void_Type), JSValues());
JSValue result = cx.interpret(icg.complete(&Void_Type), JSValues());
stdOut << "result = " << result << "\n";
}
}