axmol/cocos/scripting/js-bindings/manual/component
Ricardo Quesada f023d5a378 no more uthash
Instead of using two uthash entires, it uses two unordered_map entries.
Benefits are:

easier to debug. I can inspect the contents of the unorderd_map with the
debugger
less memory. I don't need to allocate two proxies. I only allocate one
proxy and I added it into both maps
If also fixes an important bug when unrooting objects. Unroot was
cleaning the heap object. So now proxy adds a _jsobj, which is a raw
pointer. Needed under certain cases.
2015-12-16 17:37:44 -08:00
..
CCComponentJS.cpp no more uthash 2015-12-16 17:37:44 -08:00
CCComponentJS.h Remove ScriptComponent 2015-09-27 22:18:59 +08:00