Fix this check
This commit is contained in:
parent
5654bbc5d5
commit
2600de3f8f
|
@ -212,8 +212,8 @@
|
|||
if (_isDestroyed) return;
|
||||
|
||||
#define THIS_CHECK \
|
||||
if (_isDestroyed) RET_UNDEFINED; \
|
||||
NAPI_ENV;
|
||||
NAPI_ENV; \
|
||||
if (_isDestroyed) RET_UNDEFINED;
|
||||
|
||||
#define CACHE_CAS(CACHE, V) \
|
||||
if (CACHE == V) { \
|
||||
|
|
Loading…
Reference in New Issue