summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/xdr/bug-1604747.js
blob: a0d10456ae162e1fcfead9b231554b8806e4d541 (plain)
1
2
3
4
5
6
7
8
9
let og = parseModule("1");
let bc = codeModule(og);
let m54 = decodeModule(bc);
m54.declarationInstantiation();

try {
    bc = codeModule(m54);
}
catch {}