| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d2cef1 commit cdcc82c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.4', | ||
| 39 | + 'v8_embedder_string': '-node.5', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -650,7 +650,6 @@ class V8_EXPORT ScriptCompiler { | |||
| 650 | 650 | * It is possible to specify multiple context extensions (obj in the above | |
| 651 | 651 | * example). | |
| 652 | 652 | */ | |
| 653 | - V8_DEPRECATED("Use CompileFunction") | ||
| 654 | 653 | static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext( | |
| 655 | 654 | Local<Context> context, Source* source, size_t arguments_count, | |
| 656 | 655 | Local<String> arguments[], size_t context_extension_count, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments