pub type HandleValue<'a> = Handle<'a, Value>;
struct HandleValue<'a> { pub(crate) ptr: &'a Value, }
ptr: &'a Value
self
JSVal