summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/add-binding-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/add-binding-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/add-binding-expected.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/add-binding-expected.txt b/deps/v8/test/inspector/runtime/add-binding-expected.txt
index 38ecb05825..ff876782ab 100644
--- a/deps/v8/test/inspector/runtime/add-binding-expected.txt
+++ b/deps/v8/test/inspector/runtime/add-binding-expected.txt
@@ -157,6 +157,50 @@ binding called in session1
}
Call binding in newly created context (binding should NOT be exposed)
+Running test: testAddBindingToMultipleContextsById
+Call binding in default context (binding should be exposed)
+binding called in session1
+{
+ method : Runtime.bindingCalled
+ params : {
+ executionContextId : <executionContextId>
+ name : frobnicate
+ payload : message
+ }
+}
+Call binding in target context (binding should be exposed)
+binding called in session1
+{
+ method : Runtime.bindingCalled
+ params : {
+ executionContextId : <executionContextId>
+ name : frobnicate
+ payload : message
+ }
+}
+
+Running test: testAddBindingToMultipleContextsInDifferentContextGroups
+Call binding in default context (binding should be exposed)
+binding called in group1/session1
+{
+ method : Runtime.bindingCalled
+ params : {
+ executionContextId : <executionContextId>
+ name : frobnicate
+ payload : message
+ }
+}
+Call binding in target context (binding should be exposed)
+binding called in group2/session1
+{
+ method : Runtime.bindingCalled
+ params : {
+ executionContextId : <executionContextId>
+ name : frobnicate
+ payload : message
+ }
+}
+
Running test: testAddBindingToContextByName
Call binding in default context (binding should NOT be exposed)
Call binding in Foo (binding should be exposed)