Age | Commit message (Collapse) | Author |
|
|
|
Also extended makeSetValue for the i64/typed_array=2 case.
|
|
|
|
support some nonportable code
|
|
|
|
|
|
|
|
double values, and fix one extra byte being needlessly allocated while we are at it
|
|
|
|
|
|
as inputs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support frem instruction
|
|
|
|
|
|
|
|
|
|
modulo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Polymorphic exception handling.
|
|
|
|
Previously exception handling only worked if there were a 'catch' block which precisely matched
the type of the thrown exception.
That's not always the case if we're trying to catch subclasses.
This change enhances behaviour to match subclasses, and also covers some other cases where
we weren't catching the right thing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
properly
|
|
|