MCPcopy 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
796static 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
802static inline bool JS_IsSymbol(JSValueConst v)
803{

Callers 7

js_printf_internalFunction · 0.85
js_module_import_typeFunction · 0.85
js_std_file_read_writeFunction · 0.85
cfunctionsFunction · 0.85
runtime_cstring_freeFunction · 0.85
new_errorsFunction · 0.85
slice_string_tocstringFunction · 0.85

Calls

no outgoing calls

Tested by 4

cfunctionsFunction · 0.68
runtime_cstring_freeFunction · 0.68
new_errorsFunction · 0.68
slice_string_tocstringFunction · 0.68