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

@ -19,6 +19,7 @@ NODE_EXT_LIST_ITEM(atom_renderer_ipc)
// Module names start with `atom_common_` can be used by both browser and
// renderer processes.
NODE_EXT_LIST_ITEM(atom_common_idle_gc)
NODE_EXT_LIST_ITEM(atom_common_id_weak_map)
NODE_EXT_LIST_ITEM(atom_common_v8_util)
NODE_EXT_LIST_END