|
|
@ -151,7 +151,6 @@ class InternalCallTree { |
|
|
|
|
|
|
|
|
|
|
|
async function buildTree (tree, step, scopeId, isExternalCall, isCreation) { |
|
|
|
async function buildTree (tree, step, scopeId, isExternalCall, isCreation) { |
|
|
|
let subScope = 1 |
|
|
|
let subScope = 1 |
|
|
|
|
|
|
|
|
|
|
|
tree.scopeStarts[step] = scopeId |
|
|
|
tree.scopeStarts[step] = scopeId |
|
|
|
tree.scopes[scopeId] = { firstStep: step, locals: {}, isCreation } |
|
|
|
tree.scopes[scopeId] = { firstStep: step, locals: {}, isCreation } |
|
|
|
|
|
|
|
|
|
|
|