cocos2dx v3.10 无法从js调用c++方法

cocos2dx v3.10 现在自定义jsb,从js调用c++的,自动生成的类放入c++后,直接去new 对象例如(var inter = new inte.Interface()),会报一个错误Constructor for the requested class is not available, please refer to the API reference.

请问,3.10版本的js绑定c++的方式变了吗??为啥用最简单的例子也没办法通过??以前都是可以的,3.10的以前定义的类都不能用了,需要重新生成,但是生成的类却不能直接调用,谁能解答一下这个问题??

3.10里面对jsb进行了全面优化,增强了引擎的稳定性,大幅度精简绑定代码以 符合Spidermonkey的GC标准,请参考如下链接:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/GC_Rooting_Guide