comparison: js/src/jit-test/tests/basic/deleteToString.js
js/src/jit-test/tests/basic/deleteToString.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 /* Inheritance of shadowed function properties from Object.prototype. */ |
|
3 |
|
4 delete Function.prototype.toString; |
|
5 assertEq(Function.prototype.toString, Object.prototype.toString); |