summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1531018.js
blob: efca854197c1dff135a40859479fd285786d77f2 (plain)
1
2
3
gczeal(14,1);
const one = BigInt(1);
new Map([[one, 42]]).has(one);