js/src/jit-test/tests/jaeger/bug563000/untrap-cross-global.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:62563cc289fe
1 // |jit-test| debug
2
3 var otherGlobal = newGlobal();
4 var f = otherGlobal.untrap;
5 f();

mercurial