pub unsafe extern "C" fn JS_IsConstructor(
fun: *mut JSFunction,
) -> boolExpand description
Return whether the given function is a valid constructor.
pub unsafe extern "C" fn JS_IsConstructor(
fun: *mut JSFunction,
) -> boolReturn whether the given function is a valid constructor.