electron/browser/atom
Cheng Zhao e7547363e2 Check whether id is valid when adding to weak map.
It's possible that the object has been added to weak map before and then
erased, so having an id property doesn't mean it's added in the weak map.
2013-05-04 22:57:17 +08:00
..
atom.coffee Use camelCase not under_score, I forgot it's coffee script. 2013-04-27 19:13:24 +08:00
objects_registry.coffee Check whether id is valid when adding to weak map. 2013-05-04 22:57:17 +08:00
rpc_server.coffee Modify funtion's names to make RPC code more easy to understand. 2013-05-04 21:38:25 +08:00