pub fn object_builtin_method( recv: &Value, name: &str, args: Vec<Value>, ) -> Result<Value, String>
Dispatch an Object.prototype builtin method on an object/instance.
Object.prototype