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-11-22 11:59:13 +0300
committerMichaël Zasso <targos@protonmail.com>2022-02-02 19:24:37 +0300
commit3c8782f70e659e0a7bd5dc71b30cfbeda0d2c664 (patch)
treea6d5cd7d740d041e9bb4bc44f9f724a179066480 /deps
parent80c5a65c99b5311daeccb1df86181feadb38b7bf (diff)
deps: silence V8's warning on CompileFunction
We are not ready to migrate yet. Refs: https://github.com/nodejs/node-v8/issues/214 PR-URL: https://github.com/nodejs/node/pull/40907 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/include/v8-script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/include/v8-script.h b/deps/v8/include/v8-script.h
index 1304a43325d..770c7963961 100644
--- a/deps/v8/include/v8-script.h
+++ b/deps/v8/include/v8-script.h
@@ -692,7 +692,6 @@ class V8_EXPORT ScriptCompiler {
* It is possible to specify multiple context extensions (obj in the above
* example).
*/
- V8_DEPRECATE_SOON("Use CompileFunction")
static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
Local<Context> context, Source* source, size_t arguments_count,
Local<String> arguments[], size_t context_extension_count,