Chromium Code Reviews| Index: test/mjsunit/regress/regress-1151.js |
| =================================================================== |
| --- test/mjsunit/regress/regress-1151.js (revision 6865) |
| +++ test/mjsunit/regress/regress-1151.js (working copy) |
| @@ -30,3 +30,6 @@ |
| __defineSetter__.__proto__ = function() {}; |
| __defineSetter__['prototype'] |
| + |
| +eval.__proto__ = function () { }; |
| +eval['prototype'] = {} |