Age | Commit message (Collapse) | Author |
|
|
|
|
|
exit() throws uncaught exception
|
|
|
|
* Changed exit from throwing an text string to throwing
an Error-derived object encapsulating the exit status.
Then catch it in 'callMain' and return the status.
Enable this functionality by setting CATCH_EXIT_CODE in settings.js
|
|
|
|
parseNumerical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
|
|
|
|
|
|
inbox
|
|
|
|
for inside Globals)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When I64_MODE==1, split each global constant int64 at compile time.
|
|
This change allows the generated code to be processed by the
closure compiler. Without this change, commit
81f82a6a0dd932344027a408ff7bf905de1d2e52
prevents the closure compiler from running
(see http://code.google.com/closure/compiler/docs/error-ref.html#error).
This change should also slightly improve startup speed and reduce code
size.
|
|
|
|
|
|
during compilation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|