From b810e6703968ea3cd82262aa9acc57fabc894cd1 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Thu, 9 Jan 2020 08:34:55 -0800 Subject: vm: add code cache support for SourceTextModule PR-URL: https://github.com/nodejs/node/pull/31278 Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen --- src/module_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/module_wrap.h') diff --git a/src/module_wrap.h b/src/module_wrap.h index bee4000d16..8937431022 100644 --- a/src/module_wrap.h +++ b/src/module_wrap.h @@ -75,6 +75,7 @@ class ModuleWrap : public BaseObject { v8::Local context, v8::Local module); static void SetSyntheticExport( const v8::FunctionCallbackInfo& args); + static void CreateCachedData(const v8::FunctionCallbackInfo& args); static v8::MaybeLocal ResolveCallback( v8::Local context, -- cgit v1.2.1