comparison: js/src/jit-test/tests/proxy/getElementIfPresent-not-present.js
js/src/jit-test/tests/proxy/getElementIfPresent-not-present.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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); |