Commit 349148e 1 parent 66fb9a7 commit 349148e Copy full SHA for 349148e
File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
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 @@ -7435,7 +7435,6 @@ class PromiseRejectMessage {
7435
7435
typedef void (*PromiseRejectCallback)(PromiseRejectMessage message);
7436
7436
7437
7437
// --- Microtasks Callbacks ---
7438
- V8_DEPRECATED (" Use *WithData version." )
7439
7438
typedef void (*MicrotasksCompletedCallback)(Isolate*);
7440
7439
typedef void (*MicrotasksCompletedCallbackWithData)(Isolate*, void *);
7441
7440
typedef void (*MicrotaskCallback)(void * data);
You can’t perform that action at this time.
0 commit comments