Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
807
static inline bool JS_IsObject(JSValueConst v)
808
{
809
return JS_VALUE_GET_TAG(v) == JS_TAG_OBJECT;
810
}
811
812
static inline bool JS_IsModule(JSValueConst v)
813
{
Callers
6
js_std_writeFile
Function · 0.85
js_print
Function · 0.85
js_print_262
Function · 0.85
is_array
Function · 0.85
new_errors
Function · 0.85
global_object_prototype
Function · 0.85
Calls
no outgoing calls
Tested by
4
js_print_262
Function · 0.68
is_array
Function · 0.68
new_errors
Function · 0.68
global_object_prototype
Function · 0.68