Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/puerts
/ JS_IsNull
Function
JS_IsNull
quickjs-build/quickjs/quickjs.h:591–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
}
590
591
static inline JS_BOOL JS_IsNull(JSValueConst v)
592
{
593
return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
594
}
595
596
static inline JS_BOOL JS_IsUndefined(JSValueConst v)
597
{
Callers
4
IsNull
Method · 0.50
IsNullOrUndefined
Method · 0.50
handleException
Method · 0.50
HasCaught
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected