Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: test/inspector/debugger/command-line-api-with-bound-function-expected.txt

Issue 2391323002: [inspector] command line api debug and monitor works with bound functions (Closed)
Patch Set: addressed comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Check that debug and monitor methods from Command Line API works with bound func tion.
2 debug foo and bar
3 call foo and bar
4 paused in foo
5 paused in boo
6 undebug foo and bar
7 call foo and bar
8 monitor foo and bar
9 call foo and bar
10 function foo called
11 function boo called
12 unmonitor foo and bar
13 call foo and bar
14 monitor and debug bar
15 call bar
16 function boo called
17 paused in boo
18 undebug bar
19 call bar
20 function boo called
21 debug and unmonitor bar
22 call bar
23 paused in boo
OLDNEW
« no previous file with comments | « test/inspector/debugger/command-line-api-with-bound-function.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698