pub fn mutable_runtime_table<P>(
cx: &mut Cx,
policy: P,
entries: Vec<(Value, Value)>,
) -> Result<Value>where
P: RuntimeKeyPolicy + 'static,Expand description
Constructs a MutableRuntimeTable and wraps it as a runtime Value.
pub fn mutable_runtime_table<P>(
cx: &mut Cx,
policy: P,
entries: Vec<(Value, Value)>,
) -> Result<Value>where
P: RuntimeKeyPolicy + 'static,Constructs a MutableRuntimeTable and wraps it as a runtime Value.