pub(crate) unsafe extern "C" fn generic_static_promise_method(
cx: *mut JSContext,
argc: c_uint,
vp: *mut JSVal,
) -> boolExpand description
ยงSafety
cx must point to a valid, non-null JSContext.
vp must point to a VALID, non-null JSVal.