我在Cocos2dx JS中导入了realtime.browser.js最新版本,但是会有下面的log提示,请问这个是什么原因?是否可以忽略?如果需要修改的话,应该怎么修改?

JS: D:/xxx/realtime.browser.js:2206:mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create

我对 Cocos2dx 不太熟悉,我也不太理解为什么 mutating 一个 object 的 Prototype 会导致代码变慢。