• Benedikt Meurer's avatar
    [es2015] Extend the array iterator protector. · 1525374f
    Benedikt Meurer authored
    Previously the array iterator protector only guarded the lookup of the
    @@iterator symbol on the initial Array.prototype, and we had to use an
    additional map check on the %ArrayIteratorPrototype% to ensure that no
    one messed with the next() method.  This CL extends the array iterator
    protector to also guard the lookup of %ArrayIteratorPrototype%.next.
    
    This simplifies the code quite a bit and makes it more robust for cases
    where someone has to install additional methods on the iterator
    prototype, i.e. a custom async iterator.
    
    Bug: v8:7510, v8:7514
    Change-Id: Ie6080bb837a91a2b60b224597121470614210660
    Reviewed-on: https://chromium-review.googlesource.com/945728Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
    Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#51684}
    1525374f
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-concurrent-marking.cc Loading commit data...
test-embedder-tracing.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-invalidated-slots.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...