0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/cctest
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment
This commit attempts to address one of the TODOs in
https://github.com/nodejs/node/issues/4641 regarding making the
AtExit callback's per environment, instead of the current global.

bnoordhuis provided a few options for solving this, and one was to
use a thread-local which is what this commit attempts to do.

PR-URL: https://github.com/nodejs/node/pull/9163
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2017-04-12 13:11:39 +02:00
..
node_test_fixture.h src: make AtExit callback's per Environment 2017-04-12 13:11:39 +02:00
test_base64.cc test: add basic cctest for base64.h 2017-04-08 11:57:40 +03:00
test_environment.cc src: make AtExit callback's per Environment 2017-04-12 13:11:39 +02:00
test_inspector_socket_server.cc inspector: no crash when WS server can't start 2017-01-20 09:10:37 -08:00
test_inspector_socket.cc inspector: fix Coverity defects 2016-12-14 09:54:07 -08:00
test_url.cc test: add cctest for native URL class 2017-03-27 10:12:44 -07:00
test_util.cc build: enable cctest to use generated objects 2017-03-24 08:28:43 -07:00