comparison: js/src/jit-test/tests/basic/bug751139.js
js/src/jit-test/tests/basic/bug751139.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 load(libdir + "asserts.js"); |
|
3 |
|
4 function C(a, b) {} |
|
5 var f = C.bind(null, 2); |
|
6 var that = this; |
|
7 assertThrowsInstanceOf(function () { g = clone(f, that)}, TypeError); |