Skip to content

Commit 1cb6d12

Browse files
committed
deps: silence V8's warnnig on CompileFunction
We are not ready to migrate yet. Refs: nodejs/node-v8#214
1 parent e4cc66d commit 1cb6d12

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)