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

Side by Side Diff: test/mjsunit/regress/regress-674232.js

Issue 2592633002: Implement header size calculation for array iterators. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 function getRandomProperty(v, rand) { var properties = Object.getOwnPropertyName s(v); var proto = Object.getPrototypeOf(v); if (proto) {; } if ("constructor" && v.constructor.hasOwnProperty()) {; } if (properties.length == 0) { return "0"; } return properties[rand % properties.length]; }
6 function __f_11() {
7 var __v_8 = new Array();
8 var __v_9 = __v_8.entries();
9 __v_9.__p_118574531 = __v_9[ 118574531];
10 __v_9.__defineGetter__(getRandomProperty(__v_9, 1442724132), function() {; __v _0[getRandomProperty()] = __v_1[getRandomProperty()]; return __v_9.__p_118574531 ; });
11 }
12 function __f_10() {
13 __f_11();
14 }
15 __f_10();
16 __f_10();
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698