[wasm] Move all heap-allocated WASM structures into wasm-objects.h.
This CL moves all heap-allocated WASM data structures, both ones that are bonafide JSObjects and ones that are FixedArrays only, into a consistent place with consistent layout. Note that not all accessors are complete, and I haven't fully spread the new static typing goodness to all places in the code. R=ahaas@chromium.org,rossberg@chromium.org CC=gdeepti@chromium.org,mtrofin@chromium.org,clemensh@chromium.org BUG= Review-Url: https://codereview.chromium.org/2490663002 Cr-Commit-Position: refs/heads/master@{#40913}
Showing
This diff is collapsed.
This diff is collapsed.
src/wasm/wasm-objects.cc
0 → 100644
This diff is collapsed.
src/wasm/wasm-objects.h
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment