pub fn promise_of(v: &Value) -> Value
A promise for v: v itself if it is already a promise, else a promise resolved with v.
v