Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / bug605015.js
1 // |jit-test| error: TypeError \r
2 // don't assert\r
3 \r
4 print(this.watch("x",\r
5 function() {\r
6   Object.defineProperty(this, "x", ({\r
7     get: (Int8Array)\r
8   }))\r
9 }))(x = /x/)\r