- 14 Sep, 2015 1 commit
-
-
cbruni authored
In certiain cases the ArgumentsIteratorSetter would trigger an invalid state in the LookupIterator when being overridden. This is now solved by bypassing the SetDataProperty and directly using DefinePropertyOrElementIgnoringAttributes since we know exactly which property we're going to install LOG=N BUG=chromium:521484 Review URL: https://codereview.chromium.org/1332873002 Cr-Commit-Position: refs/heads/master@{#30705}
-
- 18 May, 2015 1 commit
-
-
verwaest authored
This reverts commit ac5336ba. BUG= Review URL: https://codereview.chromium.org/1138483005 Cr-Commit-Position: refs/heads/master@{#28442}
-
- 17 May, 2015 1 commit
-
-
machenbach authored
Revert of Mark internal AccessorInfo properties as "special data properties" (patchset #2 id:20001 of https://codereview.chromium.org/1123163005/) Reason for revert: [Sheriff] Blocks current roll: https://codereview.chromium.org/1124403007/ Bisection (https://codereview.chromium.org/1142753002/) points to this CL. Original issue's description: > Mark internal AccessorInfo properties as "special data properties" to ensure correct strict-mode handling. > > BUG= > > Committed: https://crrev.com/188297160d2b82a4e2a206ebbddfc21dd99a9d8d > Cr-Commit-Position: refs/heads/master@{#28369} TBR=rossberg@chromium.org,verwaest@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1142763002 Cr-Commit-Position: refs/heads/master@{#28437}
-
- 12 May, 2015 1 commit
-
-
verwaest authored
Mark internal AccessorInfo properties as "special data properties" to ensure correct strict-mode handling. BUG= Review URL: https://codereview.chromium.org/1123163005 Cr-Commit-Position: refs/heads/master@{#28369}
-
- 17 Oct, 2014 1 commit
-
-
adamk@chromium.org authored
Some versions of Outlook Web Access test for the existence of a 'values' property on Array instances, so adding the 'values' iterator to the prototype (even with @@unscopeables) causes breakage. This matches Gecko: they ship Array.prototype.{keys,entries} but not 'values'. BUG=409858 LOG=Y R=arv@chromium.org, danno@chromium.org Review URL: https://codereview.chromium.org/647703003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24706 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 25 Aug, 2014 1 commit
-
-
wingo@igalia.com authored
R=arv@chromium.org, verwaest@chromium.org, rossberg@chromium.org BUG=v8:3391 LOG=N TEST=mjsunit/harmony/arguments-iterator.js Review URL: https://codereview.chromium.org/342453002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23341 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-