pub fn instance_call( recv: &Value, method: &str, args: Vec<Value>, ) -> Result<Value, String>
Dispatch a method on a Script instance (@@native = "Script").
@@native = "Script"