Don't make IDWeakMap public API
This commit is contained in:
parent
d02413de00
commit
15f350edcb
4 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
EventEmitter = require('events').EventEmitter
|
||||
IDWeakMap = require 'id-weak-map'
|
||||
IDWeakMap = process.atomBinding('id_weak_map').IDWeakMap
|
||||
v8Util = process.atomBinding 'v8_util'
|
||||
|
||||
# Class to reference all objects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue