summaryrefslogtreecommitdiff
path: root/src/node_contextify.h
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2019-07-19 09:30:09 -0500
committerGus Caplan <me@gus.host>2019-07-19 16:45:46 -0500
commit68c83f962e002a47f61648c5aa2adb41dbe6a358 (patch)
tree2ec2a2b5c4ef92dce92b40383f720d683b40a293 /src/node_contextify.h
parentb7bcfc9d7e0083a2f8aedd4010853140163eefc5 (diff)
downloadandroid-node-v8-68c83f962e002a47f61648c5aa2adb41dbe6a358.tar.gz
android-node-v8-68c83f962e002a47f61648c5aa2adb41dbe6a358.tar.bz2
android-node-v8-68c83f962e002a47f61648c5aa2adb41dbe6a358.zip
vm: fix gc bug with modules and compiled functions
PR-URL: https://github.com/nodejs/node/pull/28671 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Guy Bedford <guybedford@gmail.com>
Diffstat (limited to 'src/node_contextify.h')
-rw-r--r--src/node_contextify.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_contextify.h b/src/node_contextify.h
index 288b51ef56..73461dc623 100644
--- a/src/node_contextify.h
+++ b/src/node_contextify.h
@@ -63,8 +63,6 @@ class ContextifyContext {
const v8::FunctionCallbackInfo<v8::Value>& args);
static void WeakCallback(
const v8::WeakCallbackInfo<ContextifyContext>& data);
- static void WeakCallbackCompileFn(
- const v8::WeakCallbackInfo<CompileFnEntry>& data);
static void PropertyGetterCallback(
v8::Local<v8::Name> property,
const v8::PropertyCallbackInfo<v8::Value>& args);