comparison: js/src/jit-test/tests/basic/bug605015.js
js/src/jit-test/tests/basic/bug605015.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 // don't assert |
|
3 |
|
4 print(this.watch("x", |
|
5 function() { |
|
6 Object.defineProperty(this, "x", ({ |
|
7 get: (Int8Array) |
|
8 })) |
|
9 }))(x = /x/) |