v8
6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
void | Set (Local< Value > key, Local< Value > value) |
Local< Value > | Get (Local< Value > key) const |
bool | Has (Local< Value > key) |
bool | Delete (Local< Value > key) |
Static Public Member Functions | |
static Local< NativeWeakMap > | New (Isolate *isolate) |
A map whose keys are referenced weakly. It is similar to JavaScript WeakMap but can be created without entering a v8::Context and hence shouldn't escape to JavaScript.
|
static |