Add WeakMap built-in module.

This commit is contained in:
Cheng Zhao 2013-04-25 21:46:04 +08:00
parent bcfec7c8cd
commit e91d4c7c99
5 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,3 @@
IDWeakMap = process.atom_binding('id_weak_map').IDWeakMap
module.exports = IDWeakMap