Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2020-05-12 21:26:38 +0300
committerGus Caplan <me@gus.host>2020-05-14 03:12:11 +0300
commiteaa16cd477f671804a46b57bfdfe918a02334f4d (patch)
tree1cefef9d2b68fe4fc97361a0d925ddbfff853c64 /src/node.h
parentfcc183c99413750b1b965e45cb42a1af73da47ab (diff)
src: remove deprecated FinalizationRegistry hooks
PR-URL: https://github.com/nodejs/node/pull/33373 Fixes: https://github.com/nodejs/node/issues/33389 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index c97b4256559..72989617f7e 100644
--- a/src/node.h
+++ b/src/node.h
@@ -346,8 +346,6 @@ struct IsolateSettings {
v8::PromiseRejectCallback promise_reject_callback = nullptr;
v8::AllowWasmCodeGenerationCallback
allow_wasm_code_generation_callback = nullptr;
- v8::HostCleanupFinalizationGroupCallback
- host_cleanup_finalization_group_callback = nullptr;
};
// Overriding IsolateSettings may produce unexpected behavior