mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
f0e6acde2d
The thread-safe function's finalizer is not called in conjunction with the garbage collection of a JS value. In fact, it keeps a strong reference to the JS function it is expected to call. Thus, it is safe to make calls that affect GC state from its body. PR-URL: https://github.com/nodejs/node/pull/51801 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> |
||
---|---|---|
.. | ||
binding.c | ||
binding.gyp | ||
test_legacy_uncaught_exception.js | ||
test_uncaught_exception_v9.js | ||
test_uncaught_exception.c | ||
test_uncaught_exception.js | ||
test.js | ||
uncaught_exception.js |