axmol/cocos/scripting/js-bindings/manual
pandamicro 69b2b5720b Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC
More elegant and secured way, potential crashes exists in previous implementation
2015-11-25 14:32:19 +08:00
..
3d Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
chipmunk Fix Chipmunk setCollisionType issue by initializing variables 2015-09-11 15:23:29 +08:00
cocosbuilder #14124 Improved JSCallbackWrapper with generational GC and fix the issue 2015-10-22 17:00:57 +08:00
cocostudio #14124 Improved JSCallbackWrapper with generational GC and fix the issue 2015-10-22 17:00:57 +08:00
component Fix issue in ComponentJS::~ComponentJS 2015-11-16 11:50:48 +08:00
experimental add the return value 2015-06-23 20:27:30 +08:00
extension Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
localstorage Add localStorage.clear test case 2015-05-12 19:02:22 +08:00
navmesh Fix compilation issue in navmesh conversion 2015-06-19 08:11:45 +08:00
network Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
physics3d Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
platform improve getUTFCharsFromJavaEnv api to getStringUTFCharsJNI and add newStringUTFJNI 2015-08-05 16:10:14 +08:00
spine #14124 Improved JSCallbackWrapper with generational GC and fix the issue 2015-10-22 17:00:57 +08:00
ui Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
ScriptingCore.cpp Merge pull request #14162 from mogemimi/fix-warnings 2015-10-18 22:56:12 +08:00
ScriptingCore.h Update version number & RELEASE_NOTES.md, prepare 3.9 release 2015-11-06 18:38:09 +08:00
cocos2d_specifics.cpp Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
cocos2d_specifics.hpp Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
js_bindings_config.h Fix minor grammar and typo in documentation 2015-11-04 17:14:00 +09:00
js_bindings_core.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_core.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_opengl.cpp Auto add extend to jsb need to extend classes 2015-07-10 09:49:39 +08:00
js_bindings_opengl.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_manual_conversions.cpp Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
js_manual_conversions.h Use JS::PersistentRooted instead of JS::Heap to prevent delegates and wrappers internal js object from GC 2015-11-25 14:32:19 +08:00
jsb_event_dispatcher_manual.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_event_dispatcher_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_helper.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_functions.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_functions.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_manual.cpp fixed JSB_glGetUniformfv uniform location is different from index. 2015-08-19 09:53:52 +08:00
jsb_opengl_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_registration.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_registration.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
spidermonkey_specifics.h Fix typos in documentation 2015-11-03 04:43:44 +09:00