escargot/tools/debugger/tests/do_eval_this.expected
Seonghyun Kim 3e6afe1c50 Improve debugger function
* Implement port option
* Set 'this' value correctly for eval in debugger
* Implement eval without stopping state
* Implement pumpDebuggerEvents function
* Remove useless variable m_thisExpressionIndex in class context information

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
2021-11-26 15:11:49 +09:00

11 lines
355 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_eval_this.js:24
(escargot-debugger) eval this
[object global](escargot-debugger) s
Stopped at tools/debugger/tests/do_eval_this.js:21 (in foo() at line:20, col:1)
(escargot-debugger) eval this
function foo() {
foo.name
}(escargot-debugger) quit
Connection closed.