Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ JS_IsUndefined
Function
JS_IsUndefined
deps/quickjs/quickjs.h:781–784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
779
}
780
781
static inline bool JS_IsUndefined(JSValueConst v)
782
{
783
return JS_VALUE_GET_TAG(v) == JS_TAG_UNDEFINED;
784
}
785
786
static inline bool JS_IsException(JSValueConst v)
787
{
Callers
15
BindAccessorToObject
Function · 0.85
get_bool_option
Function · 0.85
js_std_writeFile
Function · 0.85
js_module_import_type
Function · 0.85
js_set_error_object
Function · 0.85
js_std_file_readAs
Function · 0.85
js_os_open
Function · 0.85
js_os_signal
Function · 0.85
js_os_exec
Function · 0.85
js_worker_ctor_internal
Function · 0.85
js_std_dump_error1
Function · 0.85
agent_start
Function · 0.85
Calls
no outgoing calls
Tested by
5
agent_start
Function · 0.68
eval_buf
Function · 0.68
raw_context_global_var
Function · 0.68
module_serde
Function · 0.68
promise_hook_cb
Function · 0.68