-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
In the file xsAll.h:
there is a strange code in mxIsFunction, mxIsArray, mxIsString, mxIsBoolean, mxIsNumber, mxIsDate, mxIsRegExp, mxIsSymbol, mxIsHost, mxIsProxy
(/* (THE_SLOT) && */ ((THE_SLOT)->next) && ((THE_SLOT)->next->flag && XS_INTERNAL_FLAG) && ((THE_SLOT)->next->kind == XS_STRING_KIND) || ((THE_SLOT)->next->kind == XS_STRING_X_KIND))
look at the && instead of &
(THE_SLOT)->next->flag && XS_INTERNAL_FLAG)
^^ here
Metadata
Metadata
Assignees
Labels
No labels