pub fn ultimate_target(v: &Value) -> Option<Value>Expand description
The proxy chain’s ultimate non-proxy target — what Array.isArray,
Object.prototype.toString and typeof classify by (10.5.x defer those to
[[ProxyTarget]], and a proxy of a proxy defers again).