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 590dab4 commit 9cfebedCopy full SHA for 9cfebed
1 file changed
nan.h
@@ -2632,7 +2632,9 @@ NAN_DEPRECATED inline void SetAccessor(
2632
, getter_
2633
, setter_
2634
, obj
2635
-#if !defined(V8_MAJOR_VERSION) || V8_MAJOR_VERSION < 12
+#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION < 12 \
2636
+ || (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) \
2637
+ && V8_MINOR_VERSION == 0))
2638
, settings
2639
#endif
2640
, attribute
@@ -2686,7 +2688,9 @@ inline void SetAccessor(
2686
2688
2687
2689
2690
2691
2692
2693
2694
2695
2696
0 commit comments