Mercurial > MadButterfly
comparison nodejs/coord.cc @ 666:b6fb543d69ee
Use binding generator to implement mb_rt
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 04 Aug 2010 21:35:40 +0800 |
parents | 90c7726bc953 |
children | 7315c6e953c3 |
comparison
equal
deleted
inserted
replaced
665:7db0b76c9480 | 666:b6fb543d69ee |
---|---|
101 scope.Close(coord_obj); | 101 scope.Close(coord_obj); |
102 | 102 |
103 return coord_obj; | 103 return coord_obj; |
104 } | 104 } |
105 | 105 |
106 Handle<Value> export_xnjsmb_auto_coord_new(coord_t *coord) { | |
107 xnjsmb_auto_coord_new(coord); | |
108 } | |
109 | |
106 /*! \brief Initialize Javascript object for root coord of a runtime. | 110 /*! \brief Initialize Javascript object for root coord of a runtime. |
107 * | 111 * |
108 * \param js_rt is the runtime object to create the root object for. | 112 * \param js_rt is the runtime object to create the root object for. |
109 * | 113 * |
110 * After the function, js_rt.root is the object for root coord in | 114 * After the function, js_rt.root is the object for root coord in |