Skip to content

v2.26.0 broken nan.h line 843 compiler error (missing closing parenthesis) #1012

@danielweck

Description

@danielweck

Line 843:
fcc7b7d

nan/nan.h

Lines 837 to 844 in 49a9e55

#if (V8_MAJOR_VERSION > 14) || \
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194)
return object->GetAlignedPointerFromInternalField(
object->SetAlignedPointerInInternalField(
index, value, v8::kEmbedderDataTypeTagDefault
);
# else

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions