模拟器执行,AudioEngine.getCurrentTime存在异常,报错信息

版本:cocos creator 2.1.2
系统: mac
环境:模拟器;

报错信息如下:

Simulator: jsb: ERROR: File /Users/nantas/fireball-x/cocos2d-x-lite_21/cocos/scripting/js-bindings/auto/jsb_cocos2dx_audioengine_auto.cpp: Line: 331, Function: js_audioengine_AudioEngine_getCurrentTime
js_audioengine_AudioEngine_getCurrentTime : Error processing arguments[ERROR] Failed to invoke js_audioengine_AudioEngine_getCurrentTime, location: /Users/nantas/fireball-x/cocos2d-x-lite_21/cocos/scripting/js-bindings/auto/jsb_cocos2dx_audioengine_auto.cpp:340
    at HTMLElement.print-simulator-log (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor/builtin/scene/panel/messages/scene.js:1:1669)
    at Object.e._dispatch (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor-framework/lib/renderer/panel.js:1:1941)
    at EventEmitter.o.on.s (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor-framework/lib/renderer/ipc.js:1:2921)
    at emitMany (events.js:127:13)
    at EventEmitter.emit (events.js:204:7)

复现代码贴一下。

是,这个函数 在 web 里没有没有问题,在原生上好像有问题,这个报错本来也不应该有。

js_cocos2dx_audioengine_AudioEngine_getCurrentTime 这个函数.