4982b98f3c
Bug: chromium:1169639 Change-Id: I3939b2e8568f0df12ecce192edca6df2b33e3835 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2839551 Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#74177}
251 lines
5.4 KiB
Plaintext
251 lines
5.4 KiB
Plaintext
Test for Runtime.addBinding.
|
|
|
|
Running test: testBasic
|
|
|
|
Add binding inside session1..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Add binding inside session2..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
binding called in session2
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Disable agent inside session1..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
binding called in session2
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Disable agent inside session2..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
binding called in session2
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Enable agent inside session1..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
binding called in session2
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Running test: testReconnect
|
|
|
|
Add binding inside session..
|
|
Reconnect..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Running test: testBindingOverrides
|
|
|
|
Add send function on global object..
|
|
Add binding inside session..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
|
|
Running test: testRemoveBinding
|
|
|
|
Add binding inside session..
|
|
Call binding..
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : send
|
|
payload : payload
|
|
}
|
|
}
|
|
Remove binding inside session..
|
|
Call binding..
|
|
|
|
Running test: testAddBindingToContextById
|
|
Call binding in default context (binding should NOT be exposed)
|
|
Call binding in target context (binding should be exposed)
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : frobnicate
|
|
payload : message
|
|
}
|
|
}
|
|
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)
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : frobnicate
|
|
payload : message
|
|
}
|
|
}
|
|
Call binding in Bar (binding should NOT be exposed)
|
|
Call binding in newly-created Foo (binding should be exposed)
|
|
binding called in session1
|
|
{
|
|
method : Runtime.bindingCalled
|
|
params : {
|
|
executionContextId : <executionContextId>
|
|
name : frobnicate
|
|
payload : message
|
|
}
|
|
}
|
|
Call binding in newly-created Bazz (binding should NOT be exposed)
|
|
|
|
Running test: testErrors
|
|
{
|
|
error : {
|
|
code : -32602
|
|
message : Invalid executionContextName
|
|
}
|
|
id : <messageId>
|
|
}
|
|
{
|
|
error : {
|
|
code : -32602
|
|
message : executionContextName is mutually exclusive with executionContextId
|
|
}
|
|
id : <messageId>
|
|
}
|
|
{
|
|
error : {
|
|
code : -32602
|
|
message : Cannot find execution context with given executionContextId
|
|
}
|
|
id : <messageId>
|
|
}
|