Fix codefactor
This commit is contained in:
parent
e99a1a1033
commit
7fd868cfde
|
@ -623,7 +623,7 @@ public: \
|
||||||
) { \
|
) { \
|
||||||
JS_GET_THAT(CLASS); \
|
JS_GET_THAT(CLASS); \
|
||||||
that->__i_##NAME##Setter(info, info[0]); \
|
that->__i_##NAME##Setter(info, info[0]); \
|
||||||
}; \
|
} \
|
||||||
void __i_##NAME##Setter(const Napi::CallbackInfo &info, const Napi::Value &value);
|
void __i_##NAME##Setter(const Napi::CallbackInfo &info, const Napi::Value &value);
|
||||||
|
|
||||||
#define JS_IMPLEMENT_METHOD(CLASS, NAME) \
|
#define JS_IMPLEMENT_METHOD(CLASS, NAME) \
|
||||||
|
|
Loading…
Reference in New Issue