Description[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=
Committed: https://crrev.com/fa9c25cebf127c25c7e1fe039fc748262ef1cfb6
Cr-Commit-Position: refs/heads/master@{#40913}
Patch Set 1 #
Total comments: 18
Patch Set 2 : More complete, addressed review comments #Patch Set 3 : Remove another redundant method in wasm-module.h #Patch Set 4 : More dead code #
Total comments: 1
Patch Set 5 : [wasm] Move all heap-allocated WASM structures into wasm-objects.h. #
Messages
Total messages: 24 (14 generated)
|