Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Fix for order in which 'atexit' registered functions are called
|
|
|
|
|
|
|
|
|
|
Opengles fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structure type info
|
|
|
|
|
|
Conflicts:
src/preamble.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to set ignorePermissions to true before run() is called
|
|
|
|
Catching specific exception type now works
|
|
|
|
update mmap to use malloc when MAP_ANONYMOUS
|
|
|
|
|