commit | 4515c472dc3e5ed2448a564600976759e569a0a8 | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Wed Feb 03 11:58:03 2010 +0000 |
committer | Leon Clarke <leonclarke@google.com> | Wed Feb 03 11:58:03 2010 +0000 |
tree | 67d539a5e9fa0e72e2490426693bf73d1e36173f | |
parent | d91b9f7d46489a9ee00f9cb415630299c76a502b [diff] [blame] |
Update v8 to bleeding_edge revision 3784
diff --git a/test/mjsunit/mjsunit.js b/test/mjsunit/mjsunit.js index 8ced011..07c4e7e 100644 --- a/test/mjsunit/mjsunit.js +++ b/test/mjsunit/mjsunit.js
@@ -75,6 +75,7 @@ if (typeof a == "number" && typeof b == "number" && isNaN(a) && isNaN(b)) { return true; } + if (a == null || b == null) return false; if (a.constructor === RegExp || b.constructor === RegExp) { return (a.constructor === b.constructor) && (a.toString === b.toString); }