summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt b/deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt
new file mode 100644
index 0000000000..080db69d7e
--- /dev/null
+++ b/deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt
@@ -0,0 +1,39 @@
+Tests that microtasks run before the Runtime.evaluate response is sent
+{
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
+ [0] : {
+ description : 42
+ type : number
+ value : 42
+ }
+ ]
+ executionContextId : <executionContextId>
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 37
+ functionName : Promise.resolve.then
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ className : Promise
+ description : Promise
+ objectId : <objectId>
+ subtype : promise
+ type : object
+ }
+ }
+}