aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/script-origin-stack-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/script-origin-stack-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/script-origin-stack-expected.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/script-origin-stack-expected.txt b/deps/v8/test/inspector/debugger/script-origin-stack-expected.txt
new file mode 100644
index 0000000000..40c7c7d856
--- /dev/null
+++ b/deps/v8/test/inspector/debugger/script-origin-stack-expected.txt
@@ -0,0 +1,33 @@
+Debugger.scriptParsed.stackTrace should contain only one frame
+{
+ method : Debugger.scriptParsed
+ params : {
+ endColumn : 0
+ endLine : 0
+ executionContextId : <executionContextId>
+ hasSourceURL : false
+ hash : 3fb75160ab1f4e4e82675bc4cd924d3481abe278
+ isLiveEdit : false
+ isModule : false
+ length : 0
+ scriptId : <scriptId>
+ sourceMapURL :
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 17
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ parentId : {
+ id : <id>
+ }
+ }
+ startColumn : 0
+ startLine : 0
+ url :
+ }
+}