axmol/cocos/scripting/js-bindings
James Chen b2ecbca549 fix JSB Memory leaks and crashes (#18577)
* [game] Uses global compartment.

* fixed cocostudio bug.

* Fixes Memory leak for JSB.

* Memory leak in ActionsTest.js

* js_callfunc binding check whether jsThis is valid.

* Fixes potential crash in DownloadDelegator .

* CCLOG -> CCLOGINFO for garbage collect callback.

* jsb_c_proxy_s is a struct which contains a JS::Heap<> cpp object. Need to use `new`/`delete` to manage its memory.

* The functionality of JS controls C++ object's lifecycle isn't stable enough, please don't enable it now. Make an error if user enables it.

* Compilation error fixes.

* Removes unused JSAutoCompartment since we use JS_EnterCompartment/JS_LeaveCompartment now.
2018-01-10 14:39:45 +08:00
..
auto fix JSB Memory leaks and crashes (#18577) 2018-01-10 14:39:45 +08:00
manual fix JSB Memory leaks and crashes (#18577) 2018-01-10 14:39:45 +08:00
proj.android don't have to set NDK_MODULE_PATH manually 2017-10-26 13:40:27 +08:00
proj.ios_mac/cocos2d_js_bindings.xcodeproj use prebuilt version of bullet (#17950) 2017-06-21 13:39:38 +08:00
proj.win32 use prebuilt version of bullet (#17950) 2017-06-21 13:39:38 +08:00
script [ci skip] Fix web engine issues for 3.16 QA (#18251) 2017-09-11 21:03:22 -05:00
.gitignore Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
CMakeLists.txt use prebuilt version of bullet (#17950) 2017-06-21 13:39:38 +08:00
README.md Update js bindings & js tests. 2015-05-05 10:50:19 +08:00

README.md

js-bindings

This repo is used for js bindings.