pub unsafe fn is_set(
    ctx: *mut JSContext,
    obj: &JSValueRef
) -> Result<bool, JsError>
Expand description

see if a JSValueRef is an instance of Set

Safety

please ensure the passed JSContext is still valid