Description[modules] Implement @@iterator on namespace objects.
As part of this, introduce a new JSObject for iterating over the elements of a
FixedArray.
R=adamk@chromium.org,bmeurer@chromium.org
TBR=ulan@chromium.org
BUG=v8:1569
Committed: https://crrev.com/dafe6867f33ab95cb113159e9088da905c8de37b
Cr-Commit-Position: refs/heads/master@{#40265}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Address review comments. #Patch Set 3 : Rebase. #Patch Set 4 : Fix the JSFixedArrayIterator setup. #Patch Set 5 : Update test262.status. #
Total comments: 2
Patch Set 6 : Rebase and rebaseline bytecode expectations. #Patch Set 7 : Rename next to initial_next and kHeaderSize to kSize. #Patch Set 8 : Rename kSize to kHeadersize again. #
Messages
Total messages: 39 (19 generated)
|