| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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.5', | ||
| 39 | + 'v8_embedder_string': '-node.6', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -209,7 +209,7 @@ class V8_EXPORT Module : public Data { | |||
| 209 | 209 | */ | |
| 210 | 210 | int GetIdentityHash() const; | |
| 211 | 211 | ||
| 212 | - using ResolveCallback V8_DEPRECATE_SOON("Use ResolveModuleCallback") = | ||
| 212 | + using ResolveCallback = | ||
| 213 | 213 | MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier, | |
| 214 | 214 | Local<Module> referrer); | |
| 215 | 215 | using ResolveModuleCallback = MaybeLocal<Module> (*)( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments