pub fn string_keyed_to_vmvalue(
sk: &StringKeyedValue,
interner: &mut Interner,
) -> VMValueExpand description
Convert a StringKeyedValue back to a VMValue.
Requires an interner to create Symbol keys for attrsets.
Public so the VM’s try_vm_builtin can use it for bridge dispatch.