comparison: js/src/jit-test/tests/auto-regress/bug568786.js
js/src/jit-test/tests/auto-regress/bug568786.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-fadb38356e0f-linux |
|
2 // Flags: |
|
3 // |
|
4 function f() { |
|
5 this.e = function() {}; |
|
6 Object.defineProperty(this, "e", ({ |
|
7 get: eval |
|
8 })); |
|
9 } |
|
10 new f(); |