Skip to content

Commit f92a1f0

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/v8/include/v8-script.h

Lines changed: 0 additions & 1 deletion
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)