pub unsafe fn is_instance_of_by_name(
    context: *mut JSContext,
    obj_ref: &JSValueRef,
    constructor_name: &str
) -> Result<bool, JsError>
Expand description

Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid