js/src/jit-test/tests/auto-regress/bug578015.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6b192dabf941
1 // Binary: cache/js-dbg-64-60c111fc0d4b-linux
2 // Flags:
3 //
4 (function () {
5 x = Proxy.createFunction((function () {
6 return {
7 getOwnPropertyDescriptor: function () {
8 return this
9 },
10 get: undefined
11 }
12 })(), Object.getOwnPropertyDescriptor)
13 })()
14 x(x)

mercurial