Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ JS_IsSymbol
Function
JS_IsSymbol
third-party/quickjs/include/quickjs/quickjs.h:603–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
}
602
603
static inline JS_BOOL JS_IsSymbol(JSValueConst v) {
604
return JS_VALUE_GET_TAG(v) == JS_TAG_SYMBOL;
605
}
606
607
static inline JS_BOOL JS_IsObject(JSValueConst v) {
608
return JS_VALUE_GET_TAG(v) == JS_TAG_OBJECT;
Callers
1
getValueType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected