MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JS_IsNull

Function JS_IsNull

third-party/quickjs/include/quickjs/quickjs.h:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static inline JS_BOOL JS_IsNull(JSValueConst v) {
584 return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
585}
586
587static inline JS_BOOL JS_IsUndefined(JSValueConst v) {
588 return JS_VALUE_GET_TAG(v) == JS_TAG_UNDEFINED;

Callers 7

getValueTypeMethod · 0.85
isValueNullMethod · 0.85
tsn_is_undefined_or_nullFunction · 0.85
tsn_is_nullFunction · 0.85
tsn_not_nullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected