Mercurial > MadButterfly
comparison nodejs/observer.cc @ 671:fc29a343ce7c
Track JS object with property store of objects
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 05 Aug 2010 17:43:33 +0800 |
parents | 62c2de99b03a |
children | c643af2095c5 |
comparison
equal
deleted
inserted
replaced
670:f0b4fbcd1c51 | 671:fc29a343ce7c |
---|---|
60 data->func->Call(Context::GetCurrent()->Global(), 1, func_args); | 60 data->func->Call(Context::GetCurrent()->Global(), 1, func_args); |
61 } | 61 } |
62 | 62 |
63 void | 63 void |
64 xnjsmb_observer_init(void) { | 64 xnjsmb_observer_init(void) { |
65 xnjsmb_auto_observer_init(); | |
66 xnjsmb_auto_subject_init(); | |
67 xnjsmb_auto_event_init(); | |
65 } | 68 } |