|
Set up Wasm Table and Memory constructors
This only provides skeletons so far: the constructors work, but the types are not wired up with the import/export mechanism yet; methods are still nops.
Also, fix errors generated from Wasm to be proper Error/TypeError instances instead of just strings.
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+470 lines, -48 lines) |
Patch |
|
M |
src/api.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/contexts.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/wasm/wasm-js.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/wasm/wasm-js.cc
|
View
|
1
2
|
14 chunks |
+332 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/wasm/wasm-result.h
|
View
|
|
1 chunk |
+12 lines, -8 lines |
5 comments
|
Download
|
|
M |
src/wasm/wasm-result.cc
|
View
|
|
2 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/wasm/wasm-run-utils.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
test/mjsunit/wasm/memory.js
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
6 comments
|
Download
|
|
A |
test/mjsunit/wasm/table.js
|
View
|
1
2
|
1 chunk |
+41 lines, -0 lines |
2 comments
|
Download
|
|
M |
test/mjsunit/wasm/unicode-validation.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 10 (7 generated)
|