pub type HandleScript<'a> = Handle<'a, *mut JSScript>;
struct HandleScript<'a> { pub(crate) ptr: &'a *mut JSScript, }
ptr: &'a *mut JSScript