js/src/jit-test/tests/jaeger/bug648708.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:f67136d28070
1 thrown = false
2 try {
3 ("".x = Object.seal)
4 "".x.valueOf();
5 } catch (e) {thrown = true}
6 assertEq(thrown, true);

mercurial