Function mozjs_sys::jsapi::JS_IsConstructor
source ยท pub unsafe extern "C" fn JS_IsConstructor(
fun: *mut JSFunction,
) -> bool
Expand description
Return whether the given function is a valid constructor.
pub unsafe extern "C" fn JS_IsConstructor(
fun: *mut JSFunction,
) -> bool
Return whether the given function is a valid constructor.