gpt4 book ai didi

javascript - 我的无引用 javascript 对象存在于何处以及存在多长时间?

转载 作者:行者123 更新时间:2023-12-02 14:47:48 24 4
gpt4 key购买 nike

var SomeObj = function() {
this.i = 0;
};

setTimeout(function() {
new SomeObj; // I mean this object
}, 0);

SomeObj 对象在什么时候被垃圾回收?

最佳答案

一旦不再使用,就可以进行垃圾回收。这意味着在您的情况下立即调用构造函数之后。

这实际上发生的及时性是一个实现细节。如果您遇到 GC 问题,则需要深入研究特定的 Javascript 引擎。

关于javascript - 我的无引用 javascript 对象存在于何处以及存在多长时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36447947/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com