Make the JS IDWeakMap a thin wrapper of C++ IDWeakMap
This commit is contained in:
parent
cd93b9412c
commit
d02413de00
4 changed files with 16 additions and 53 deletions
|
@ -36,7 +36,7 @@ class IDWeakMap {
|
|||
|
||||
private:
|
||||
// Returns next available ID.
|
||||
int GetNextID();
|
||||
int32_t GetNextID();
|
||||
|
||||
static void WeakCallback(
|
||||
const v8::WeakCallbackData<v8::Object, IDWeakMap>& data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue