pub fn elems_display(h: &JsHost, v: &Value) -> Vec<String>Expand description
Every element rendered for display, for util.inspect — which holds a
shared borrow and so cannot allocate the BigInt a 64-bit element would need
as a Value. Elements are always primitives, so a string loses nothing.