Skip to main content

call_type_method

Function call_type_method 

Source
pub fn call_type_method(
    recv: &Value,
    name: &str,
    args: Vec<Value>,
) -> Result<Value, String>
Expand description

Dispatch recv.name(args) for the built-in prototype methods.