MCPcopy 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
591static inline JS_BOOL JS_IsNull(JSValueConst v)
592{
593 return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
594}
595
596static inline JS_BOOL JS_IsUndefined(JSValueConst v)
597{

Callers 4

IsNullMethod · 0.50
IsNullOrUndefinedMethod · 0.50
handleExceptionMethod · 0.50
HasCaughtMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected