mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 16:10:50 +00:00
![]() Since v8 10.1 v8::External::New DCHECKs that the data passed into it cannot be a nullptr because that's not serializable as external references. This updates the test to pass a dummy data pointer to the call - which does not matter for the test since we only care about whether the finalizer is called. Refs: https://chromium-review.googlesource.com/c/v8/v8/+/3513234 PR-URL: https://github.com/nodejs/node/pull/42532 Refs: https://github.com/nodejs/node/pull/42115 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> |
||
---|---|---|
.. | ||
binding.gyp | ||
test_exception.c | ||
test.js | ||
testFinalizerException.js |