pub fn call_type_method( recv: &Value, name: &str, args: Vec<Value>, ) -> Result<Value, String>
Dispatch recv.name(args) for the built-in prototype methods.
recv.name(args)