Description[wasm] asm.js: Work around parser converting !0 and !1 to boolean.
!0 -> true and !1 -> false etc in the parser.
This clashes with some of the typing logic in asm.js,
and can show up in some real programs in the wild (at least in past asm.js
versions).
BUG= https://bugs.chromium.org/p/v8/issues/detail?id=4203
R=aseemgarg@chromium.org,jpp@chromium.org
Committed: https://crrev.com/53b228239e5074d6e1ff0b477168f0d03e3a8e40
Cr-Commit-Position: refs/heads/master@{#39798}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|