v8/test/cctest/wasm
clemensh b16d51efa9 [wasm] Make reported "column number" 1-based
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}
2016-06-16 12:07:33 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-64.cc [wasm] Move 64-bit call tests into test-run-wasm-64.cc so they also run on 32-bit platforms. 2016-06-06 10:59:04 +00:00
test-run-wasm-asmjs.cc [wasm] Support for memory size relocation for asm-wasm. 2016-06-15 16:43:34 +00:00
test-run-wasm-interpreter.cc [wasm] Fix CFI failures due to Wasm threads. 2016-06-09 14:23:52 +00:00
test-run-wasm-js.cc [formatting] Remove all double blank lines in WASM code. 2016-05-11 12:36:04 +00:00
test-run-wasm-module.cc [wasm] Remove redundant intermediate data structures in encoder.cc. 2016-05-27 12:16:42 +00:00
test-run-wasm-relocation.cc [wasm] Relocatable Globals. 2016-06-14 21:41:30 +00:00
test-run-wasm.cc [wasm] Move 64-bit call tests into test-run-wasm-64.cc so they also run on 32-bit platforms. 2016-06-06 10:59:04 +00:00
test-signatures.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
test-wasm-function-name-table.cc [wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section. 2016-05-25 16:13:50 +00:00
test-wasm-stack.cc [wasm] Make reported "column number" 1-based 2016-06-16 12:07:33 +00:00
test-wasm-trap-position.cc [wasm] Make reported "column number" 1-based 2016-06-16 12:07:33 +00:00
wasm-run-utils.h [wasm] Fix CFI failures due to Wasm threads. 2016-06-09 14:23:52 +00:00