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

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

Issue 2479123002: Compiling an array literal should be context-independent. (Closed)
Patch Set: rebase 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-array-literal.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-array-literal-expected.txt
diff --git a/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c85832872cd1e33ed6916a2b3db7046509685a9e
--- /dev/null
+++ b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
@@ -0,0 +1,27 @@
+{
+ id : <messageId>
+ result : {
+ locations : [
+ [0] : {
+ columnNumber : 0
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ [1] : {
+ columnNumber : 6
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ [2] : {
+ columnNumber : 7
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ [3] : {
+ columnNumber : 8
+ lineNumber : 0
+ scriptId : <scriptId>
+ }
+ ]
+ }
+}
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints-array-literal.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698