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

Issue 2411793006: [wasm] Let BranchTableIterator::has_next return false if decoder->failed() (Closed)

Created:
4 years, 2 months ago by ahaas
Modified:
4 years, 2 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Let BranchTableIterator::has_next return false if decoder->failed() R=titzer@chromium.org Committed: https://crrev.com/52cf416aa812926c4eae86b85276decf17b989b2 Cr-Commit-Position: refs/heads/master@{#40287}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/wasm/ast-decoder.h View 1 chunk +1 line, -1 line 2 comments Download

Depends on Patchset:

Messages

Total messages: 13 (6 generated)
ahaas
4 years, 2 months ago (2016-10-13 13:33:23 UTC) #1
titzer
https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h File src/wasm/ast-decoder.h (right): https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h#newcode237 src/wasm/ast-decoder.h:237: bool has_next() { return decoder_->ok() && index_ <= table_count_; ...
4 years, 2 months ago (2016-10-13 13:46:10 UTC) #4
ahaas
https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h File src/wasm/ast-decoder.h (right): https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h#newcode237 src/wasm/ast-decoder.h:237: bool has_next() { return decoder_->ok() && index_ <= table_count_; ...
4 years, 2 months ago (2016-10-13 13:53:44 UTC) #5
titzer
On 2016/10/13 13:53:44, ahaas wrote: > https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h > File src/wasm/ast-decoder.h (right): > > https://codereview.chromium.org/2411793006/diff/1/src/wasm/ast-decoder.h#newcode237 > ...
4 years, 2 months ago (2016-10-13 14:02:40 UTC) #6
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/2411793006/1
4 years, 2 months ago (2016-10-13 18:29:22 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-13 18:32:07 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 18:32:24 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/52cf416aa812926c4eae86b85276decf17b989b2
Cr-Commit-Position: refs/heads/master@{#40287}

Powered by Google App Engine
This is Rietveld 408576698