File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 @@ -1666,7 +1666,7 @@ class V8_EXPORT Module : public Data {
1666
1666
*/
1667
1667
int GetIdentityHash () const ;
1668
1668
1669
- using ResolveCallback V8_DEPRECATE_SOON ( " Use ResolveModuleCallback " ) =
1669
+ using ResolveCallback =
1670
1670
MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
1671
1671
Local<Module> referrer);
1672
1672
using ResolveModuleCallback = MaybeLocal<Module> (*)(
@@ -7322,8 +7322,7 @@ using CallCompletedCallback = void (*)(Isolate*);
7322
7322
* fails (e.g. due to stack overflow), the embedder must propagate
7323
7323
* that exception by returning an empty MaybeLocal.
7324
7324
*/
7325
- using HostImportModuleDynamicallyCallback V8_DEPRECATE_SOON (
7326
- " Use HostImportModuleDynamicallyWithImportAssertionsCallback instead" ) =
7325
+ using HostImportModuleDynamicallyCallback =
7327
7326
MaybeLocal<Promise> (*)(Local<Context> context,
7328
7327
Local<ScriptOrModule> referrer,
7329
7328
Local<String> specifier);
You can’t perform that action at this time.
0 commit comments