Function quickjs_runtime::quickjs_utils::objects::is_instance_of
source · 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