Chromium Code Reviews

Unified Diff: test/mjsunit/regress/regress-1151.js

Issue 6548008: Fix second half of issue 1151, the first change (r6765) only fixed FunctionGe... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« src/accessors.cc ('K') | « src/accessors.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'] = {}
« src/accessors.cc ('K') | « src/accessors.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine