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

changeset 0
6474c204b198
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