Description[debug-wrapper] Migrate wasm/frame-inspection test
Wasm frames are special in that they have a non-integer script id
in inspector. The way we treat script ids currently is a bit of a mess -
our runtime functions expected integer IDs while inspector has string
IDs (which contain integers, except for Wasm frames). This will need to
be cleaned up once more Wasm tests are added.
The meaning of line/column numbers has also changed; the old JS debug
API encoded the function index and byte offset into line/column numbers,
while inspector-based API actually translates into lines/columns in the
disassembly.
BUG=v8:5530
Committed: https://crrev.com/9eec1c86179f82d776cc91f7f320943fa4c341a4
Cr-Commit-Position: refs/heads/master@{#41182}
Patch Set 1 #Patch Set 2 : Adjust expectations #
Messages
Total messages: 18 (11 generated)
|