pub unsafe extern "C" fn JS_IsBuiltinFunctionConstructor(
fun: *mut JSFunction,
) -> boolExpand description
True iff fun is the Function constructor.
pub unsafe extern "C" fn JS_IsBuiltinFunctionConstructor(
fun: *mut JSFunction,
) -> boolTrue iff fun is the Function constructor.