pub fn elems_mut_host(h: &mut JsHost, v: &Value) -> Vec<Value>Expand description
The elements of a view with a MUTABLE host borrow held, so the two 64-bit
kinds can allocate their BigInts. This is the complete reader; the &self
one below cannot allocate and so answers undefined for those two kinds.