From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Sat, 6 Jan 2018 18:28:10 +0530 Subject: fix: expose InternalCallbackScope This commit exposes InternalCallbackScope in order to allow us access to its internal flags. diff --git a/src/node_internals.h b/src/node_internals.h index dffaa084db409b833a869a851521e290e6789396..54e24d41e25293d3535cd853eb5a80a7b0fee122 100644 --- a/src/node_internals.h +++ b/src/node_internals.h @@ -204,7 +204,7 @@ v8::MaybeLocal InternalMakeCallback( v8::Local argv[], async_context asyncContext); -class InternalCallbackScope { +class NODE_EXTERN InternalCallbackScope { public: enum Flags { kNoFlags = 0,