summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug718347.js
blob: e8886a7967e0380f7a3bacb5a9140a8fe9b51617 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error:TypeError

// Binary: cache/js-dbg-64-49afabda6701-linux
// Flags: -m -n -a
//

this.__proto__ = newGlobal();
eval("(toLocaleString)();");