v8/test/cctest/wasm
titzer 72c3732f0f [wasm] Use more precise types for some WASM objects.
R=clemensh@chromium.org,mtrofin@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2510673002
Cr-Commit-Position: refs/heads/master@{#41043}
2016-11-16 16:18:10 +00:00
..
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
test-managed.cc [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper is garbage collected. 2016-10-17 09:28:40 +00:00
test-run-wasm-64.cc [wasm] Fix more -Wsign-compare warnings. 2016-11-11 11:56:05 +00:00
test-run-wasm-asmjs.cc [wasm] Fix more -Wsign-compare warnings. 2016-11-11 11:56:05 +00:00
test-run-wasm-interpreter.cc [wasm] Fix -Wsign-compare warnings. 2016-11-10 12:51:05 +00:00
test-run-wasm-js.cc [wasm] Fix more -Wsign-compare warnings. 2016-11-11 11:56:05 +00:00
test-run-wasm-module.cc [wasm] Use more precise types for some WASM objects. 2016-11-16 16:18:10 +00:00
test-run-wasm-relocation.cc [wasm] Fix more -Wsign-compare warnings. 2016-11-11 11:56:05 +00:00
test-run-wasm-simd-lowering.cc [wasm] simd scalar lowering F32x4Add and I32x4Add 2016-10-20 00:20:07 +00:00
test-run-wasm-simd.cc [wasm] fix Simd ExtractLane to take immediate instead of param 2016-09-08 17:16:03 +00:00
test-run-wasm.cc [wasm] Fix more -Wsign-compare warnings. 2016-11-11 11:56:05 +00:00
test-wasm-stack.cc [wasm] Make reported "lines" on stack frames 1-based 2016-11-14 16:00:54 +00:00
test-wasm-trap-position.cc [wasm] Make reported "lines" on stack frames 1-based 2016-11-14 16:00:54 +00:00
wasm-run-utils.h This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +00:00