summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/compile-script-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/compile-script-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/compile-script-expected.txt66
1 files changed, 66 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/compile-script-expected.txt b/deps/v8/test/inspector/runtime/compile-script-expected.txt
new file mode 100644
index 0000000000..3d6d580487
--- /dev/null
+++ b/deps/v8/test/inspector/runtime/compile-script-expected.txt
@@ -0,0 +1,66 @@
+Compiling script: foo1.js
+ persist: false
+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
+ }
+ }
+}
+-----
+Compiling script: foo2.js
+ persist: true
+Debugger.scriptParsed: foo2.js
+compilation result:
+{
+ id : <messageId>
+ result : {
+ scriptId : <scriptId>
+ }
+}
+-----
+Compiling script: foo3.js
+ persist: false
+compilation result:
+{
+ id : <messageId>
+ result : {
+ }
+}
+-----
+Compiling script: foo4.js
+ persist: false
+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
+ }
+ }
+}
+----- \ No newline at end of file