Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1453)

Unified Diff: test/mjsunit/accessor-map-sharing.js

Issue 10535004: ClearNonLiveTransitions has to hold on to non-map values. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Ensure we throw away empty element transition arrays, cfr Michael's comment Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/accessor-map-sharing.js
diff --git a/test/mjsunit/accessor-map-sharing.js b/test/mjsunit/accessor-map-sharing.js
index 8bbcb4f5dc73664dbb7eec0f0d09340d17dc97a3..ab45afab05f0acdf2fad3ef87aba5a91e9a0e202 100644
--- a/test/mjsunit/accessor-map-sharing.js
+++ b/test/mjsunit/accessor-map-sharing.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --fast-accessor-properties
+// Flags: --allow-natives-syntax
// Handy abbreviations.
var dp = Object.defineProperty;
« src/objects.cc ('K') | « src/objects.cc ('k') | test/mjsunit/regress/regress-2163.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698