Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
776
static inline bool JS_IsNull(JSValueConst v)
777
{
778
return JS_VALUE_GET_TAG(v) == JS_TAG_NULL;
779
}
780
781
static inline bool JS_IsUndefined(JSValueConst v)
782
{
Callers
7
js_std_urlGet
Function · 0.85
js_os_setReadHandler
Function · 0.85
js_os_signal
Function · 0.85
js_os_poll_internal
Function · 0.85
if
Function · 0.85
js_worker_set_onmessage
Function · 0.85
eval_buf
Function · 0.85
Calls
no outgoing calls
Tested by
1
eval_buf
Function · 0.68