pub unsafe extern "C" fn NewFunctionFromSpec1(
cx: *mut JSContext,
fs: *const JSFunctionSpec,
) -> *mut JSFunctionExpand description
Same as above, but without an id arg, for callers who don’t have the id already.
pub unsafe extern "C" fn NewFunctionFromSpec1(
cx: *mut JSContext,
fs: *const JSFunctionSpec,
) -> *mut JSFunctionSame as above, but without an id arg, for callers who don’t have the id already.