Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Issue 2644993002: [wasm] WebAssembly.instantiate has a pair-returning overload (Closed)

Created:
3 years, 11 months ago by Mircea Trofin
Modified:
3 years, 11 months ago
Reviewers:
titzer, bradnelson, rossberg
CC:
v8-reviews_googlegroups.com, Derek Schuff
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] WebAssembly.instantiate has a pair-returning overload Additionally, fixed invalid check in WebAssembly.Module constructor. The constructor takes precisely one argument. BUG=v8:5875 Review-Url: https://codereview.chromium.org/2644993002 Cr-Commit-Position: refs/heads/master@{#42575} Committed: https://chromium.googlesource.com/v8/v8/+/24c050e8bc7f6e954a0de532a4cc2872d121ceb5

Patch Set 1 #

Patch Set 2 : tests #

Total comments: 4

Patch Set 3 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -119 lines) Patch
M src/wasm/wasm-js.cc View 1 2 4 chunks +60 lines, -15 lines 0 comments Download
M test/mjsunit/wasm/js-api.js View 1 2 28 chunks +114 lines, -104 lines 0 comments Download

Messages

Total messages: 22 (16 generated)
Mircea Trofin
I completely missed that instantiate had an overload.
3 years, 11 months ago (2017-01-20 05:27:04 UTC) #8
rossberg
https://codereview.chromium.org/2644993002/diff/20001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2644993002/diff/20001/src/wasm/wasm-js.cc#newcode183 src/wasm/wasm-js.cc:183: if (args.Length() != 1) { JavaScript always allows unused ...
3 years, 11 months ago (2017-01-20 09:56:54 UTC) #11
Mircea Trofin
https://codereview.chromium.org/2644993002/diff/20001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2644993002/diff/20001/src/wasm/wasm-js.cc#newcode183 src/wasm/wasm-js.cc:183: if (args.Length() != 1) { On 2017/01/20 09:56:54, rossberg ...
3 years, 11 months ago (2017-01-20 16:29:54 UTC) #12
bradnelson
lgtm
3 years, 11 months ago (2017-01-20 18:37:00 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2644993002/40001
3 years, 11 months ago (2017-01-20 18:37:04 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 18:46:50 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/24c050e8bc7f6e954a0de532a4cc2872d12...

Powered by Google App Engine
This is Rietveld 408576698