/js/src/jit-test/tests/basic/testBug578044.js
http://github.com/zpao/v8monkey · JavaScript · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 584519f6d6ef3a6b72aed63f5f4875c5 MD5 · raw file
- this.watch("x", Object.create)
- try {
- (function() {
- this.__defineGetter__("x",
- function() {
- return this
- })
- })()
- } catch(e) {}
- Object.defineProperty(x, "x", ({
- set: Uint16Array
- }))