comparison: js/src/jit-test/tests/jaeger/bug563000/untrap-cross-global.js
js/src/jit-test/tests/jaeger/bug563000/untrap-cross-global.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| debug |
|
2 |
|
3 var otherGlobal = newGlobal(); |
|
4 var f = otherGlobal.untrap; |
|
5 f(); |