mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
* 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>
11 lines
355 B
Text
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.
|