]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/ftl-library-inlining-exceptions.js
0b6516bca0ce7f468fdf5b21f81f201a91abd886
2 return Date
.prototype.getTimezoneOffset
.call(d
);
9 for (var i
= 0 ; i
< count
; i
++){
11 foo(i
< count
- 1000 ? new Date() : "a");
19 throw "bad result: "+ x
;