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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-expected.txt

Issue 2482513002: [inspector] use debuggerContext as current in getPossibleBreakpoints (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/get-possible-breakpoints-expected.txt
diff --git a/test/inspector/debugger/get-possible-breakpoints-expected.txt b/test/inspector/debugger/get-possible-breakpoints-expected.txt
index 1b5234296f06e103c4dffa7a31d9d125ecb32c46..b2d5c86c74f18d5d5a085024e4a27f064a5a466d 100644
--- a/test/inspector/debugger/get-possible-breakpoints-expected.txt
+++ b/test/inspector/debugger/get-possible-breakpoints-expected.txt
@@ -940,3 +940,21 @@ paused in Promise.resolve.then
lineNumber : 4
scriptId : <scriptId>
}
+Running test: getPossibleBreakpointsForFunctionWithConstArray
+{
+ id : <messageId>
+ result : {
+ locations : [
+ [0] : {
+ columnNumber : 17
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ [1] : {
+ columnNumber : 28
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ ]
+ }
+}
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698