Description[V8][Wasm] Removes references to finally in wasm.
The initial support for low level exception handling in Wasm will not
support finally blocks. This decision is taken for both simplicity (
handling finallys is not straightforward if we want try blocks to yield
values), and lack of good use case (clang++ does not need them.) They
may be added in the future once we understand the implications of
having them.
BUG=
Committed: https://crrev.com/ee8ae932b875a236f9d9c0763a4c54afadf65751
Cr-Commit-Position: refs/heads/master@{#39393}
Patch Set 1 #Patch Set 2 : git pull #Patch Set 3 : updates comment #
Messages
Total messages: 12 (7 generated)
|