v8/include
adamk df47224028 Expose Map/Set methods through the API
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}
2015-06-23 15:14:17 +00:00
..
libplatform Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
OWNERS Add myself to include/OWNERS 2015-04-21 10:05:59 +00:00
v8-debug.h Provide accessor for object internal properties that doesn't require debugger to be active 2015-05-12 15:40:27 +00:00
v8-platform.h Add V8 platform API to call delayed task. 2015-06-17 12:09:40 +00:00
v8-profiler.h Add new Float32x4 type for SIMD.js. 2015-06-03 23:56:33 +00:00
v8-testing.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8-util.h add StdGlobalValueMap 2015-04-22 09:17:34 +00:00
v8-version.h Update version to 4.5 2015-05-17 06:08:16 +00:00
v8.h Expose Map/Set methods through the API 2015-06-23 15:14:17 +00:00
v8config.h [turbofan] Use appropriate type for NodeId. 2015-06-12 12:03:19 +00:00