How does reference counting work on a deeply nested, non cyclical object?

后端 未结 0 482
礼貌的吻别
礼貌的吻别 2021-02-18 15:56

Say you have this sort of structure, but imagine it was super deeply nested like 20 levels deep:

function getIt() {
  let a = { hello: \'world\' }
  let b = { foo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题