Function mozjs_sys::jsapi::JS_IsBuiltinFunctionConstructor
source ยท pub unsafe extern "C" fn JS_IsBuiltinFunctionConstructor(
fun: *mut JSFunction,
) -> bool
Expand description
True iff fun is the Function constructor.