MCPcopy 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
579static inline JS_BOOL JS_IsBool(JSValueConst v) {
580 return JS_VALUE_GET_TAG(v) == JS_TAG_BOOL;
581}
582
583static inline JS_BOOL JS_IsNull(JSValueConst v) {
584 return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;

Callers 1

getValueTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected