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

Function JS_IsObject

deps/quickjs/quickjs.h:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807static inline bool JS_IsObject(JSValueConst v)
808{
809 return JS_VALUE_GET_TAG(v) == JS_TAG_OBJECT;
810}
811
812static inline bool JS_IsModule(JSValueConst v)
813{

Callers 6

js_std_writeFileFunction · 0.85
js_printFunction · 0.85
js_print_262Function · 0.85
is_arrayFunction · 0.85
new_errorsFunction · 0.85
global_object_prototypeFunction · 0.85

Calls

no outgoing calls

Tested by 4

js_print_262Function · 0.68
is_arrayFunction · 0.68
new_errorsFunction · 0.68
global_object_prototypeFunction · 0.68