e502665d34
BUG=none R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2737603006 Cr-Commit-Position: refs/heads/master@{#43657}
59 lines
874 B
Plaintext
59 lines
874 B
Plaintext
Checks createContext().
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 1
|
|
name :
|
|
origin :
|
|
}
|
|
}
|
|
}
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 2
|
|
name :
|
|
origin :
|
|
}
|
|
}
|
|
}
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
#debugger;
|
|
|
|
setTimeout(#x => x * 3, 0)
|
|
|
|
Reported script's execution id: 2
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 1
|
|
name :
|
|
origin :
|
|
}
|
|
}
|
|
}
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 2
|
|
name :
|
|
origin :
|
|
}
|
|
}
|
|
}
|
|
#debugger;
|
|
|
|
#debugger;
|
|
|
|
setTimeout(#x => x * 3, 0)
|
|
|
|
Reported script's execution id: 2
|