版本 1.5.2
操作系统win7x64
创建Hello world,新建一个ts脚本,编译运行,就会报错:
jsb_polyfill.js:34922
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
好像和 extends cc.Component 有关。
怎么消除这个告警呢?
