Function ref_value
Source pub fn ref_value(cx: &mut Cx, reference: &Ref) -> Result<Value>
Expand description
Projects a Ref into its runtime Value form: symbols become symbol
values; content, handle, and coordinate refs become core/ref extension
expressions.