• adamk's avatar
    Expose Map/Set methods through the API · df472240
    adamk authored
    Map: get, set, has, delete, clear
    Set: add, has, delete, clear
    
    All except clear are implemented as calls into collection.js.
    
    Note that some of these shadow methods of v8::Object. It's unclear
    how confusing that's going to be: on the one hand, it seems likely
    that most operations you would want to do on a Map or Set are these.
    On the other, generic code could get confused if it somehow gets
    ahold of a variable that happens to be C++-typed as a v8::Map or v8::Set.
    
    BUG=v8:3340
    LOG=y
    
    Review URL: https://codereview.chromium.org/1204623002
    
    Cr-Commit-Position: refs/heads/master@{#29237}
    df472240
Name
Last commit
Last update
..
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-i18n.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-json.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-liveedit.cc Loading commit data...
runtime-maths.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-observe.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-uri.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...