Open rfmineguy opened 2 years ago
Make sure everything that's happening is happening for a known reason.
Should the ... if (*lastIndex == 0) *lastIndex = -1; exist?
if (*lastIndex == 0) *lastIndex = -1;
Make sure everything that's happening is happening for a known reason.
Should the ...
if (*lastIndex == 0) *lastIndex = -1;
exist?