node/test/addons/make-callback-recurse
Trevor Norris ab6fe5998a test: add addons test for MakeCallback
Make sure that calling MakeCallback multiple times within the same stack
does not allow the nextTickQueue or MicrotaskQueue to be processed in
any more than the first MakeCallback call.

Check that domains enter/exit poperly with multiple MakeCallback calls
and that errors are handled as expected

PR-URL: https://github.com/nodejs/node/pull/4507
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2016-02-12 14:03:34 -07:00
..
binding.cc test: add addons test for MakeCallback 2016-02-12 14:03:34 -07:00
binding.gyp test: add addons test for MakeCallback 2016-02-12 14:03:34 -07:00
test.js test: add addons test for MakeCallback 2016-02-12 14:03:34 -07:00