Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ JS_IsBool
Function
JS_IsBool
third-party/quickjs/include/quickjs/quickjs.h:579–581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
}
578
579
static inline JS_BOOL JS_IsBool(JSValueConst v) {
580
return JS_VALUE_GET_TAG(v) == JS_TAG_BOOL;
581
}
582
583
static inline JS_BOOL JS_IsNull(JSValueConst v) {
584
return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
Callers
1
getValueType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected