summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/self-hosting/bug957004.js
blob: ce767a9a4a3fcbf108b9acfdcb7bfbea7adaf79b (plain)
1
2
3
// No result, just mustn't crash.
Array.prototype.push(0);
Array.prototype.indexOf();