pub unsafe fn is_instance_of(
context: *mut JSContext,
obj_ref: &QuickJsValueAdapter,
constructor_ref: &QuickJsValueAdapter,
) -> bool
Expand description
ยงSafety
When passing a context pointer please make sure the corresponding QuickJsContext is still valid