eval_html_document_method

Function eval_html_document_method 

Source
pub fn eval_html_document_method(
    doc: &HtmlDocument,
    method: &str,
    arg_values: &[Value],
) -> Result<Value, InterpreterError>
Expand description

Evaluate HtmlDocument methods

§Complexity

Cyclomatic complexity: 4 (within Toyota Way limits)

§Errors

Returns error if method not found or arguments invalid