File tree 2 files changed +3
-4
lines changed
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.6 ' ,
39
+ 'v8_embedder_string' : '-node.7 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -1653,7 +1653,7 @@ class V8_EXPORT Module : public Data {
1653
1653
*/
1654
1654
int GetIdentityHash () const ;
1655
1655
1656
- using ResolveCallback V8_DEPRECATE_SOON ( " Use ResolveModuleCallback " ) =
1656
+ using ResolveCallback =
1657
1657
MaybeLocal<Module> (*)(Local<Context> context, Local<String> specifier,
1658
1658
Local<Module> referrer);
1659
1659
using ResolveModuleCallback = MaybeLocal<Module> (*)(
@@ -7287,8 +7287,7 @@ using CallCompletedCallback = void (*)(Isolate*);
7287
7287
* fails (e.g. due to stack overflow), the embedder must propagate
7288
7288
* that exception by returning an empty MaybeLocal.
7289
7289
*/
7290
- using HostImportModuleDynamicallyCallback V8_DEPRECATE_SOON (
7291
- " Use HostImportModuleDynamicallyWithImportAssertionsCallback instead" ) =
7290
+ using HostImportModuleDynamicallyCallback =
7292
7291
MaybeLocal<Promise> (*)(Local<Context> context,
7293
7292
Local<ScriptOrModule> referrer,
7294
7293
Local<String> specifier);
You can’t perform that action at this time.
0 commit comments