MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JS_IsString

Function JS_IsString

third-party/quickjs/include/quickjs/quickjs.h:599–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599static inline JS_BOOL JS_IsString(JSValueConst v) {
600 return JS_VALUE_GET_TAG(v) == JS_TAG_STRING;
601}
602
603static inline JS_BOOL JS_IsSymbol(JSValueConst v) {
604 return JS_VALUE_GET_TAG(v) == JS_TAG_SYMBOL;

Callers 1

getValueTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected