Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ JS_IsString
Function
JS_IsString
deps/quickjs/quickjs.h:796–800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
794
}
795
796
static inline bool JS_IsString(JSValueConst v)
797
{
798
int tag = JS_VALUE_GET_TAG(v);
799
return tag == JS_TAG_STRING || tag == JS_TAG_STRING_ROPE;
800
}
801
802
static inline bool JS_IsSymbol(JSValueConst v)
803
{
Callers
7
js_printf_internal
Function · 0.85
js_module_import_type
Function · 0.85
js_std_file_read_write
Function · 0.85
cfunctions
Function · 0.85
runtime_cstring_free
Function · 0.85
new_errors
Function · 0.85
slice_string_tocstring
Function · 0.85
Calls
no outgoing calls
Tested by
4
cfunctions
Function · 0.68
runtime_cstring_free
Function · 0.68
new_errors
Function · 0.68
slice_string_tocstring
Function · 0.68