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
path: root/deps
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-01-30 15:29:59 +0300
committerMichaël Zasso <targos@protonmail.com>2022-01-20 12:39:39 +0300
commit9fef7a179d4ddb14ea0e15b0753235ae54d2e729 (patch)
treebba8f1ee2ade863873f5df5ef9323d0877402634 /deps
parentc40a7c1579739344b9b9f7a5ef1996f1cf72136f (diff)
deps: silence irrelevant V8 warning
PR-URL: https://github.com/nodejs/node/pull/37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/include/v8-script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-script.h b/deps/v8/include/v8-script.h
index bc68dd9ae92..3e15209f3fe 100644
--- a/deps/v8/include/v8-script.h
+++ b/deps/v8/include/v8-script.h
@@ -209,7 +209,7 @@ class V8_EXPORT Module : public Data {
*/
int GetIdentityHash() const;
- using ResolveCallback V8_DEPRECATED("Use ResolveModuleCallback") =
+ using ResolveCallback =
MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
Local<Module> referrer);
using ResolveModuleCallback = MaybeLocal<Module> (*)(