v8/src/wasm
Clemens Hammacher 4099ba95f4 [wasm] Fix to() and to_unchecked() on WasmValue
The bug was recently introduced in https://crrev.com/c/730716.

R=titzer@chromium.org

Bug: v8:6954
Change-Id: I9b77baac9fafefaab163700432ddef6e9e686901
Reviewed-on: https://chromium-review.googlesource.com/735540
Reviewed-by: Ben Titzer <titzer@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48953}
2017-10-26 08:22:07 +00:00
..
baseline s390: Liftoff: a baseline compiler for WebAssembly 2017-10-25 14:32:55 +00:00
compilation-manager.cc [wasm] Streaming compilation for WebAssembly. 2017-09-15 06:36:25 +00:00
compilation-manager.h [wasm] Streaming compilation for WebAssembly. 2017-09-15 06:36:25 +00:00
decoder.h [wasm][cleanup] Use enums for template parameter values instead of bool 2017-10-16 17:03:41 +00:00
function-body-decoder-impl.h [wasm] Support block parameters 2017-10-24 11:44:26 +00:00
function-body-decoder.cc [wasm] Support block parameters 2017-10-24 11:44:26 +00:00
function-body-decoder.h [wasm][cleanup] Use enums for template parameter values instead of bool 2017-10-16 17:03:41 +00:00
leb-helper.h [wasm] Reuse LEB encoding logic in module builder 2017-04-25 11:32:21 +00:00
local-decl-encoder.cc [wasm] Remove all 'using namespace' declarations 2017-08-31 13:05:58 +00:00
local-decl-encoder.h Reland "Make unittest link correctly again" 2017-05-03 10:44:07 +00:00
memory-tracing.cc [wasm] Add flag for memory tracing 2017-10-02 08:26:26 +00:00
memory-tracing.h [wasm] Add flag for memory tracing 2017-10-02 08:26:26 +00:00
module-compiler.cc [bigint] Fix abstract equality with junk strings 2017-10-25 20:56:09 +00:00
module-compiler.h [wasm] Move compilation methods to module-compiler.h 2017-09-28 13:14:26 +00:00
module-decoder.cc [wasm] Enforce WASM function body size limitations in module decoder path. 2017-10-23 15:42:52 +00:00
module-decoder.h [wasm][cleanup] Rename kResizableMaximumFlag kHasMaximumFlag 2017-10-13 08:05:11 +00:00
OWNERS Add eholk to Wasm-related OWNERS files 2017-08-10 18:58:00 +00:00
signature-map.cc [wasm] Canonicalize signatures per module at module decode time. 2017-10-16 12:03:21 +00:00
signature-map.h [wasm] Canonicalize signatures per module at module decode time. 2017-10-16 12:03:21 +00:00
streaming-decoder.cc [wasm] Fail upon second code section in streaming compilation 2017-10-05 15:11:02 +00:00
streaming-decoder.h [wasm] Fail upon second code section in streaming compilation 2017-10-05 15:11:02 +00:00
wasm-api.cc [wasm] Move ScheduledErrorThrower to wasm-api.h 2017-08-03 08:45:58 +00:00
wasm-api.h [wasm] Move ScheduledErrorThrower to wasm-api.h 2017-08-03 08:45:58 +00:00
wasm-code-specialization.cc [wasm] Store the globals_start in WasmContext. 2017-10-16 09:35:47 +00:00
wasm-code-specialization.h [wasm] Store the globals_start in WasmContext. 2017-10-16 09:35:47 +00:00
wasm-debug.cc [wasm] Remove {memory_buffer} from WasmInstanceObject. 2017-10-25 11:57:56 +00:00
wasm-external-refs.cc [wasm] use ccall to set/clear thread in wasm flag 2017-10-04 22:30:09 +00:00
wasm-external-refs.h [wasm] use ccall to set/clear thread in wasm flag 2017-10-04 22:30:09 +00:00
wasm-heap.cc [wasm] Rename Release to Merge in the DisjointAllocationPool 2017-09-28 17:24:22 +00:00
wasm-heap.h [wasm] Rename Release to Merge in the DisjointAllocationPool 2017-09-28 17:24:22 +00:00
wasm-interpreter.cc [wasm] [interpreter] Remove unused CachedInstanceInfo 2017-10-25 14:57:04 +00:00
wasm-interpreter.h [wasm] Use WasmContext in the WasmInterpreter. 2017-10-16 10:51:07 +00:00
wasm-js.cc [bigint] Fix abstract equality with junk strings 2017-10-25 20:56:09 +00:00
wasm-js.h [asmjs] --validate-asm should not expose the WASM API. 2017-09-04 13:31:32 +00:00
wasm-limits.h [wasm] Bump wasm function size limit to 7654321 bytes. 2017-10-25 09:39:11 +00:00
wasm-memory.cc [wasm] Fix Memory.grow when shared with asm.js modules 2017-10-23 15:49:03 +00:00
wasm-memory.h [objects.h splitting] Move JSArray, JSRegExp + related classes. 2017-10-17 10:07:55 +00:00
wasm-module-builder.cc [wasm][cleanup] Rename kResizableMaximumFlag kHasMaximumFlag 2017-10-13 08:05:11 +00:00
wasm-module-builder.h [wasm] Streaming compilation for WebAssembly. 2017-09-15 06:36:25 +00:00
wasm-module.cc [wasm] move protected instructions from RelocInfo To FixedArray 2017-10-25 21:15:49 +00:00
wasm-module.h [wasm] Canonicalize signatures per module at module decode time. 2017-10-16 12:03:21 +00:00
wasm-objects-inl.h [wasm] Remove {memory_buffer} from WasmInstanceObject. 2017-10-25 11:57:56 +00:00
wasm-objects.cc [wasm] Remove {memory_buffer} from WasmInstanceObject. 2017-10-25 11:57:56 +00:00
wasm-objects.h [wasm] Remove {memory_buffer} from WasmInstanceObject. 2017-10-25 11:57:56 +00:00
wasm-opcodes.cc [wasm] [cleanup] Construct constexpr arrays even on gcc 2017-10-20 10:04:41 +00:00
wasm-opcodes.h [wasm] [multival] Reland: Allow function types as block types 2017-10-11 14:59:49 +00:00
wasm-result.cc [wasm] Use pending exceptions consistently 2017-06-29 10:23:45 +00:00
wasm-result.h [wasm] Streaming compilation for WebAssembly. 2017-09-15 06:36:25 +00:00
wasm-text.cc [wasm][cleanup] Use enums for template parameter values instead of bool 2017-10-16 17:03:41 +00:00
wasm-text.h [inspector] Split off interface-types.h 2016-12-05 13:32:24 +00:00
wasm-value.h [wasm] Fix to() and to_unchecked() on WasmValue 2017-10-26 08:22:07 +00:00