Home
last modified time | relevance | path

Searched refs:do_variables (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/debugger/
Ddo_variables.expected2 Stopped at tests/debugger/do_variables.js:15
28 (jerry-debugger) b tests/debugger/do_variables.js:20
29 Breakpoint 1 at tests/debugger/do_variables.js:20 (in function() at line:19, col:10)
31 Stopped at breakpoint:1 tests/debugger/do_variables.js:20 (in function() at line:19, col:10)
55 (jerry-debugger) b tests/debugger/do_variables.js:30
56 Breakpoint 2 at tests/debugger/do_variables.js:30 (in f() at line:28, col:1)
58 Stopped at breakpoint:2 tests/debugger/do_variables.js:30 (in f() at line:28, col:1)
82 (jerry-debugger) b tests/debugger/do_variables.js:33
83 Breakpoint 3 at tests/debugger/do_variables.js:33 (in f() at line:28, col:1)
87 Stopped at breakpoint:2 tests/debugger/do_variables.js:30 (in f() at line:28, col:1)
[all …]
Ddo_variables.cmd5 b tests/debugger/do_variables.js:20
11 b tests/debugger/do_variables.js:30
16 b tests/debugger/do_variables.js:33
22 b tests/debugger/do_variables.js:50
/third_party/jerryscript/jerry-debugger/
Djerry_client.py216 def do_variables(self, args): member in DebuggerPrompt