quickjs_runtime::quickjs_utils::setsFunction is_set
source pub unsafe fn is_set(
ctx: *mut JSContext,
obj: &QuickJsValueAdapter,
) -> Result<bool, JsError>
Expand description
see if a JSValueRef is an instance of Set
§Safety
please ensure the passed JSContext is still valid