We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a9e55 commit 0456abbCopy full SHA for 0456abb
1 file changed
nan.h
@@ -837,7 +837,6 @@ inline uv_loop_t* GetCurrentEventLoop() {
837
#if (V8_MAJOR_VERSION > 14) || \
838
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \
839
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194)
840
- return object->GetAlignedPointerFromInternalField(
841
object->SetAlignedPointerInInternalField(
842
index, value, v8::kEmbedderDataTypeTagDefault
843
);
0 commit comments