• clemensh's avatar
    [wasm] Make reported "column number" 1-based · b16d51ef
    clemensh authored
    We report the byte offset as column number, but devtools assumes them
    to be 1-based and subtracts one unconditionally before further
    processing it. It's a bit unfortunate, but because of that we have to
    just add 1 to the reported column number on the public StackTrace API.
    
    R=ahaas@chromium.org, titzer@chromium.org
    BUG=chromium:613110
    
    Review-Url: https://codereview.chromium.org/2071563002
    Cr-Commit-Position: refs/heads/master@{#37036}
    b16d51ef
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-relocation.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-signatures.h Loading commit data...
test-wasm-function-name-table.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-run-utils.h Loading commit data...