JS_IsConstructor

Function 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.