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

Unified Diff: test/inspector/runtime/compile-script-expected.txt

Issue 2390733002: [inspector] Make InspectorTest.sendCommand* private (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/compile-script.js ('k') | test/inspector/runtime/console-api-repeated-in-console.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/compile-script-expected.txt
diff --git a/test/inspector/runtime/compile-script-expected.txt b/test/inspector/runtime/compile-script-expected.txt
index d305607f0f3c897a83900f3c596af7de6d86a7f4..3d6d5804872a16233afbae9fbde0c24e3a97a49e 100644
--- a/test/inspector/runtime/compile-script-expected.txt
+++ b/test/inspector/runtime/compile-script-expected.txt
@@ -1,51 +1,66 @@
Compiling script: foo1.js
persist: false
-compilation result: {
- exceptionDetails : {
- columnNumber : 2
- exception : {
- className : SyntaxError
- description : SyntaxError: Unexpected end of input
- objectId : 0
- subtype : error
- type : object
+compilation result:
+{
+ id : <messageId>
+ result : {
+ exceptionDetails : {
+ columnNumber : 2
+ exception : {
+ className : SyntaxError
+ description : SyntaxError: Unexpected end of input
+ objectId : <objectId>
+ subtype : error
+ type : object
+ }
+ exceptionId : <exceptionId>
+ lineNumber : 1
+ scriptId : <scriptId>
+ text : Uncaught
}
- exceptionId : 0
- lineNumber : 1
- scriptId : 0
- text : Uncaught
}
}
-----
Compiling script: foo2.js
persist: true
Debugger.scriptParsed: foo2.js
-compilation result: {
- scriptId : 0
+compilation result:
+{
+ id : <messageId>
+ result : {
+ scriptId : <scriptId>
+ }
}
-----
Compiling script: foo3.js
persist: false
-compilation result: {
+compilation result:
+{
+ id : <messageId>
+ result : {
+ }
}
-----
Compiling script: foo4.js
persist: false
-compilation result: {
- exceptionDetails : {
- columnNumber : 13
- exception : {
- className : SyntaxError
- description : SyntaxError: Unexpected identifier
- objectId : 0
- subtype : error
- type : object
+compilation result:
+{
+ id : <messageId>
+ result : {
+ exceptionDetails : {
+ columnNumber : 13
+ exception : {
+ className : SyntaxError
+ description : SyntaxError: Unexpected identifier
+ objectId : <objectId>
+ subtype : error
+ type : object
+ }
+ exceptionId : <exceptionId>
+ lineNumber : 0
+ scriptId : <scriptId>
+ text : Uncaught
}
- exceptionId : 0
- lineNumber : 0
- scriptId : 0
- text : Uncaught
}
}
------
-
+-----
« no previous file with comments | « test/inspector/runtime/compile-script.js ('k') | test/inspector/runtime/console-api-repeated-in-console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698