Confirmed users
381
edits
No edit summary |
|||
Line 22: | Line 22: | ||
An essential step is to enable exceptions in the compiler. By itself, this shouldn't do too much, but it may change the behavior of <code>operator new</code> in OOM conditions to throw exceptions instead of returning a null pointer. We'll want to do that eventually, anyway. | An essential step is to enable exceptions in the compiler. By itself, this shouldn't do too much, but it may change the behavior of <code>operator new</code> in OOM conditions to throw exceptions instead of returning a null pointer. We'll want to do that eventually, anyway. | ||
''Taras'': Exceptions are already occurring the code https://bugzilla.mozilla.org/show_bug.cgi?id=353144#c70 | |||
=== "Generic" Exceptions === | === "Generic" Exceptions === |