v8/test/inspector/debugger/es6-module-liveedit-expected.txt
Alexey Kozyatinskiy 0cec56a409 inspector: allow es6 module liveedit
After total liveedit rewrite, liveedit works with module, we can remove
the guard.

R=dgozman@chromium.org

Bug: chromium:806261
Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Ide15eca2ab6d8ba7df4e7fae541c4a65794eeea8
Reviewed-on: https://chromium-review.googlesource.com/1238914
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56151}
2018-09-21 19:49:16 +00:00

18 lines
314 B
Plaintext

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
}