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

Function JS_IsObject

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

Source from the content-addressed store, hash-verified

605}
606
607static inline JS_BOOL JS_IsObject(JSValueConst v) {
608 return JS_VALUE_GET_TAG(v) == JS_TAG_OBJECT;
609}
610
611JSValue JS_Throw(JSContext* ctx, JSValue obj);
612JSValue JS_GetException(JSContext* ctx);

Callers 2

isValueObjectMethod · 0.85
tsn_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected