wx.triggerGC()
加快触发 JavaScriptCore Garbage Collection(垃圾回收),GC 时机是由 JavaScriptCore 来控制的,并不能保证调用后马上触发 GC。
原文: https://developers.weixin.qq.com/minigame/dev/api/performance/wx.triggerGC.html
加快触发 JavaScriptCore Garbage Collection(垃圾回收),GC 时机是由 JavaScriptCore 来控制的,并不能保证调用后马上触发 GC。
原文: https://developers.weixin.qq.com/minigame/dev/api/performance/wx.triggerGC.html
本文档使用 BookStack 构建