MCPcopy 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
781static inline bool JS_IsUndefined(JSValueConst v)
782{
783 return JS_VALUE_GET_TAG(v) == JS_TAG_UNDEFINED;
784}
785
786static inline bool JS_IsException(JSValueConst v)
787{

Callers 15

BindAccessorToObjectFunction · 0.85
get_bool_optionFunction · 0.85
js_std_writeFileFunction · 0.85
js_module_import_typeFunction · 0.85
js_set_error_objectFunction · 0.85
js_std_file_readAsFunction · 0.85
js_os_openFunction · 0.85
js_os_signalFunction · 0.85
js_os_execFunction · 0.85
js_worker_ctor_internalFunction · 0.85
js_std_dump_error1Function · 0.85
agent_startFunction · 0.85

Calls

no outgoing calls

Tested by 5

agent_startFunction · 0.68
eval_bufFunction · 0.68
raw_context_global_varFunction · 0.68
module_serdeFunction · 0.68
promise_hook_cbFunction · 0.68