Skip to content

Commit 9318408

Browse files
committed
deps: silence V8's warning on CompileFunction
We are not ready to migrate yet. Refs: nodejs/node-v8#214 PR-URL: #40907 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 1ad4409 commit 9318408

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/v8/include/v8-script.h

-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ class V8_EXPORT ScriptCompiler {
688688
* It is possible to specify multiple context extensions (obj in the above
689689
* example).
690690
*/
691-
V8_DEPRECATE_SOON("Use CompileFunction")
692691
static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
693692
Local<Context> context, Source* source, size_t arguments_count,
694693
Local<String> arguments[], size_t context_extension_count,

0 commit comments

Comments
 (0)