escargot/tools/debugger/tests/do_eval.cmd
Gergo Csizi ff2c8073b7 Fix crash in debugger
There was a crash in debugger when a not existing variable was printed or evaluated.
This patch will fix this issue.

Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
2021-11-25 14:27:09 +09:00

15 lines
74 B
Batchfile
Executable file

b do_eval.js:7
c
eval a
e b
e c
e d
e e
print a
p b
p c
p d
p e
e k
p k
c