axmol/tests/js-tests
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
..
project Remove ant projects (#18532) 2017-12-04 18:00:45 +08:00
resjs Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
src fix JSB Memory leaks and crashes (#18577) 2018-01-10 14:39:45 +08:00
.cocos-project.json Add copy resources config of js-tests for web platform. 2015-08-10 12:00:53 +08:00
TestCase.html Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
index.html [ci skip] Fix QA issues (#17596) 2017-03-27 18:03:20 +08:00
main.js synchronize v3.15 2017-04-01 17:16:45 +08:00
mobilePage.html Improve js template and test pages (#17575) 2017-03-27 11:03:51 +08:00
project.json Adding performance.now() to cocos2d-js. (#16766) 2016-11-04 11:58:48 +08:00
style-desktop.css [ci skip] Fix QA issues (#17596) 2017-03-27 18:03:20 +08:00
style.css Improve js template and test pages (#17575) 2017-03-27 11:03:51 +08:00