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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user