pub fn with_static_this<R>(recv: &Value, f: impl FnOnce() -> R) -> R
Run f with recv recorded as the receiver of a builtin static call.
f
recv