node: implement unhandled rejection tracking
authorPetka Antonov <petka_antonov@hotmail.com>
Sun, 22 Feb 2015 12:44:12 +0000 (14:44 +0200)
committerRod Vagg <rod@vagg.org>
Wed, 25 Feb 2015 00:27:14 +0000 (18:27 -0600)
commit872702d9b712fc60d4e6b06a1e1526e0506abda0
tree8880d64e4816b2b32666de5a530313276fced713
parent8a1e22af3a44d83dbaacbe9f5299a62bb8e279e0
node: implement unhandled rejection tracking

Implement unhandled rejection tracking for promises as
specified in https://gist.github.com/benjamingr/0237932cee84712951a2

Fixes #256
PR-URL: https://github.com/iojs/io.js/pull/758
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Domenic Denicola <domenic@domenicdenicola.com>
src/env.h
src/node.cc
src/node.js
test/parallel/test-promises-unhandled-rejections.js [new file with mode: 0644]