pub unsafe extern "C" fn JS_TransplantObject(
    cx: *mut JSContext,
    origobj: HandleObject,
    target: HandleObject
) -> *mut JSObject