Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从概念上讲,存储在内存中以在 JavaScript 中创建执行上下文的数据需求是否被视为堆空间的示例?
我的理解是,随着帧被添加到 JavaScript 的调用堆栈中,执行上下文是在堆空间中创建的。
这个对吗?