Description[wasm] Check that type intersections don't yield empty.
Intersection of types is used in several places,
if it yields the empty set, this indicates a type mismatch.
We should emit an error in this case.
Add the RECURSE() macro around IntersectResult to allow errors to propagate immediately.
BUG=614291
R=ahaas@chromium.org
TEST=asm-wasm
LOG=N
Committed: https://crrev.com/cfb4d1e6d7c94b55e518ae8daf28c2a5b1479dfa
Cr-Commit-Position: refs/heads/master@{#36525}
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix #Patch Set 3 : fix #Patch Set 4 : fix #
Messages
Total messages: 12 (6 generated)
|