mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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
15 lines
74 B
Batchfile
Executable file
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
|