mirror of https://github.com/axmolengine/axmol.git
f023d5a378
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. |
||
---|---|---|
.. | ||
auto | ||
manual | ||
proj.android | ||
proj.ios_mac/cocos2d_js_bindings.xcodeproj | ||
proj.win8.1-universal/libjscocos2d | ||
proj.win32 | ||
script | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
README.md
js-bindings
This repo is used for js bindings.