• adamk's avatar
    Add {Map,Set}::AsArray to the API · a8d9c58b
    adamk authored
    These return arrays representing the current contents of the given
    Map/Set. They are similar to what would be returned by the JS code:
    
      Array.from(collection)
    
    except that they are guaranteed side-effect free.
    
    This will be useful in implementing structured clone which, as
    specified in HTML, speaks in terms of the internal [[MapData]]
    and [[SetData]] slots without going through the exposed iteration
    ES semantics.
    
    BUG=v8:3340
    LOG=y
    
    Review URL: https://codereview.chromium.org/1148383007
    
    Cr-Commit-Position: refs/heads/master@{#28640}
    a8d9c58b
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...