diff options
Diffstat (limited to 'deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt')
-rw-r--r-- | deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt b/deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt index bec2c8354c..9fa4fd4f6f 100644 --- a/deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt +++ b/deps/v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt @@ -12,6 +12,7 @@ Runtime.evaluate with valid expression isModule : false length : 29 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -30,6 +31,7 @@ Runtime.evaluate with syntax error isModule : false length : 39 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -49,6 +51,7 @@ Runtime.callFunctionOn with valid functionDeclaration isModule : false length : 18 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -67,6 +70,7 @@ Runtime.callFunctionOn with syntax error isModule : false length : 3 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -86,6 +90,7 @@ Runtime.compileScript with valid expression isModule : false length : 4 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -104,6 +109,7 @@ Runtime.compileScript with syntax error isModule : false length : 1 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -124,6 +130,7 @@ Runtime.evaluate compiled script with stack trace isModule : false length : 8 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -142,6 +149,7 @@ Runtime.evaluate compiled script with stack trace isModule : false length : 86 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : stackTrace : { callFrames : [ @@ -171,6 +179,7 @@ Runtime.evaluate compiled script with stack trace isModule : false length : 4 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : stackTrace : { callFrames : [ @@ -201,6 +210,7 @@ Runtime.evaluate compile script error with stack trace isModule : false length : 12 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : startColumn : 0 startLine : 0 @@ -219,6 +229,7 @@ Runtime.evaluate compile script error with stack trace isModule : false length : 98 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : stackTrace : { callFrames : [ @@ -247,6 +258,7 @@ Runtime.evaluate compile script error with stack trace isModule : false length : 3 scriptId : <scriptId> + scriptLanguage : JavaScript sourceMapURL : stackTrace : { callFrames : [ |