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-04-12 23:09:50 +0300
commitcdcc82cced5663d17b20c7638ca85aa7fad08310 (patch)
treecb1190b9aa4f243e1c76cf45dd2a9de2c2e95b5c /deps
parent2d2cef14b1570569de5553b30939e87717d6d165 (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 88252ac1897..5644a3bb70c 100644
--- a/deps/v8/include/v8-script.h
+++ b/deps/v8/include/v8-script.h
@@ -650,7 +650,6 @@ class V8_EXPORT ScriptCompiler {
* It is possible to specify multiple context extensions (obj in the above
* example).
*/
- V8_DEPRECATED("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,