★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/95e779a6e9Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
deps: silence irrelevant V8 warning
PR-URL: #26685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
targos authored and refack committed Mar 28, 2019
1 parent 08efd30 commit 95e779a6e9fb5c625754017f7be6e0feed0eac97
Showing with 2 additions and 3 deletions.
  1. +1 −1 common.gypi
  2. +1 −2 deps/v8/include/v8.h
@@ -37,7 +37,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.12',
'v8_embedder_string': '-node.13',

##### V8 defaults for Node.js #####

@@ -6738,8 +6738,7 @@ class PromiseRejectMessage {
typedef void (*PromiseRejectCallback)(PromiseRejectMessage message);

// --- Microtasks Callbacks ---
V8_DEPRECATE_SOON("Use *WithData version.",
typedef void (*MicrotasksCompletedCallback)(Isolate*));
typedef void (*MicrotasksCompletedCallback)(Isolate*);
typedef void (*MicrotasksCompletedCallbackWithData)(Isolate*, void*);
typedef void (*MicrotaskCallback)(void* data);

0 comments on commit 95e779a

Please sign in to comment.