Add WeakMap built-in module.
This commit is contained in:
parent
bcfec7c8cd
commit
e91d4c7c99
5 changed files with 196 additions and 0 deletions
3
atom.gyp
3
atom.gyp
|
@ -12,6 +12,7 @@
|
|||
'browser/atom/atom.coffee',
|
||||
'browser/atom/objects_registry.coffee',
|
||||
'browser/atom/rpc_server.coffee',
|
||||
'common/api/lib/id_weak_map.coffee',
|
||||
'renderer/api/lib/ipc.coffee',
|
||||
'renderer/api/lib/remote.coffee',
|
||||
],
|
||||
|
@ -44,6 +45,8 @@
|
|||
'common/api/api_messages.cc',
|
||||
'common/api/api_messages.h',
|
||||
'common/api/atom_api_idle_gc.cc',
|
||||
'common/api/atom_api_id_weak_map.cc',
|
||||
'common/api/atom_api_id_weak_map.h',
|
||||
'common/api/atom_api_v8_util.cc',
|
||||
'common/api/atom_bindings.cc',
|
||||
'common/api/atom_bindings.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue