forked from LeenkxTeam/Kmake
62 lines
1.0 KiB
Plaintext
62 lines
1.0 KiB
Plaintext
Checks createContext().
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 1
|
|
name :
|
|
origin :
|
|
uniqueId : <uniqueId>
|
|
}
|
|
}
|
|
}
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 2
|
|
name :
|
|
origin :
|
|
uniqueId : <uniqueId>
|
|
}
|
|
}
|
|
}
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
debuggerId : <debuggerId>
|
|
}
|
|
}
|
|
#debugger;
|
|
|
|
setTimeout(x => x #* 3, 0)
|
|
|
|
Reported script's execution id: 2
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 1
|
|
name :
|
|
origin :
|
|
uniqueId : <uniqueId>
|
|
}
|
|
}
|
|
}
|
|
{
|
|
method : Runtime.executionContextCreated
|
|
params : {
|
|
context : {
|
|
id : 2
|
|
name :
|
|
origin :
|
|
uniqueId : <uniqueId>
|
|
}
|
|
}
|
|
}
|
|
#debugger;
|
|
|
|
setTimeout(x => x #* 3, 0)
|
|
|
|
Reported script's execution id: 2
|