mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
862 B
57 lines
862 B
8 years ago
|
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;
|
||
|
|
||
|
setTimeout(x => x #* 3, 0)
|
||
|
|
||
|
Reported script's execution id: 2
|