Chromium Code Reviews| Index: test/mjsunit/get-own-property-descriptor.js |
| =================================================================== |
| --- test/mjsunit/get-own-property-descriptor.js (revision 12603) |
| +++ test/mjsunit/get-own-property-descriptor.js (working copy) |
| @@ -30,6 +30,8 @@ |
| // A range of more elaborate tests are performed in |
| // object-define-property.js |
| +// Flags: --stress-runs=5 |
| + |
| function get() { return x; } |
| function set(x) { this.x = x; } |