pub fn super_construct(
parent: &Value,
args: Vec<Value>,
inst: &Value,
new_target: &Value,
) -> Result<(), String>Expand description
Run a parent constructor as part of super(...): dispatch on the parent’s
kind (class vs plain function vs builtin) using the existing instance.