-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Cocos Creator version
3.8.3,3.8.6
System information
Windows,Android
Issue description
3.6.1的C:\ProgramData\cocos\editors\Creator\3.6.1\resources\resources\3d\engine\native\cocos\bindings\jswrapper\v8\Object.cpp对toString操作做了兼容,引擎升级漏掉了
Relevant error log output
No response
Steps to reproduce
let obj = js.createMap(); obj.something = "xxx"; console.log("crash:", obj);
Minimal reproduction project
No response