]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/compare-strict-eq-integer-to-misc.js
2 if (thingy
.length
=== void 0 || thingy
.charAt
!== void 0)
9 function test(object
, expected
) {
10 var result
= foo(object
);
11 if (result
!= expected
)
12 throw new Error("Bad result: " + result
);
15 for (var i
= 0; i
< 1000; ++i
) {
19 test((function(){return arguments
;})(), "no");
21 for (var j
= 0; j
< 100; ++j
) {