pub unsafe fn JS_AssignObject(
    cx: *mut JSContext,
    target: HandleObject<'_>,
    src: HandleObject<'_>
) -> bool