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 |
} |
} |
------ |
- |
+----- |