[ignition] Properly track validity of the bytecode array.
The debugger replaces the bytecode array when breakpoints are set by walking the stack and mutating the dedicated stack slots for the bytecode arrays. This means that Ignition has to properly reload the bytecode array after calls, which works for a single call inside a bytecode handler, but fails if there are multiple calls. R=rmcilroy@chromium.org Change-Id: Ia7744edc91490014d77ad9ad17a328cab5f8530f Reviewed-on: https://chromium-review.googlesource.com/603410Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#47190}
Showing
Please
register
or
sign in
to comment