pub(crate) type HandleValue<'a> = Handle<'a, Value>;
struct HandleValue<'a> { /* private fields */ }
source
self
JSVal