js/src/jit-test/tests/proxy/getElementIfPresent-not-present.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:570ed1a54eea
1 x = (/x/).exec();
2 y = wrapWithProto((new WeakMap), x);
3 y.length = 7;
4 Array.prototype.push.call(y, 1);
5 Array.prototype.reverse.call(y);

mercurial