MCPcopy Create free account
hub / github.com/buke/quickjs-go / JS_IsNull

Function JS_IsNull

deps/quickjs/quickjs.h:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776static inline bool JS_IsNull(JSValueConst v)
777{
778 return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
779}
780
781static inline bool JS_IsUndefined(JSValueConst v)
782{

Callers 7

js_std_urlGetFunction · 0.85
js_os_setReadHandlerFunction · 0.85
js_os_signalFunction · 0.85
js_os_poll_internalFunction · 0.85
ifFunction · 0.85
js_worker_set_onmessageFunction · 0.85
eval_bufFunction · 0.85

Calls

no outgoing calls

Tested by 1

eval_bufFunction · 0.68