Files
node/src
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback
After attempting to use ReThrow() and Reset() there were cases where
firing the domain's error handlers was not happening. Or in some cases
reentering MakeCallback would still cause the domain enter callback to
abort (because the error had not been Reset yet).

In order for the script to properly stop execution when a subsequent
call to MakeCallback throws it must not be located within a TryCatch.

PR-URL: https://github.com/nodejs/node/pull/4507
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2016-02-12 14:03:32 -07:00
..
2016-02-12 14:03:32 -07:00
2016-02-12 14:03:30 -07:00
2015-09-17 15:25:14 -05:00
2016-02-12 14:03:24 -07:00
2015-08-20 01:14:37 -07:00
2016-02-12 14:03:32 -07:00
2016-02-10 11:58:17 +01:00
2015-02-02 21:55:56 +01:00
2015-09-17 15:25:14 -05:00
2015-09-17 15:25:14 -05:00
2015-12-15 16:37:10 +01:00