This commit is contained in:
Dmitry Vasilev
2023-07-28 20:31:38 +03:00
parent 33a3a53984
commit e3ccdaafc6
3 changed files with 13 additions and 2 deletions

View File

@@ -331,8 +331,6 @@ export const eval_modules = (
// TODO use native array for stack for perf? stack contains booleans
stack: new Array(),
logs: [],
searched_location: location,
found_call: null,