v8
|
#include <v8.h>
Public Member Functions | |
void | Set (Handle< Value > key, Handle< Value > value) |
Local< Value > | Get (Handle< Value > key) |
bool | Has (Handle< Value > key) |
bool | Delete (Handle< 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 |