summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/es6-module-liveedit-expected.txt
blob: 8ce34728a47970a0dee405bd550bce05e54b6b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Checks liveedit with ES6 modules.
console.log message from function before patching:
{
    type : string
    value : module1
}
Debugger.setScriptSource result:
{
    callFrames : [
    ]
    stackChanged : false
}
console.log message from function after patching:
{
    type : string
    value : patched module1
}