[][src]Function boa::builtins::function::make_function

pub fn make_function(
    this: &Value,
    _: &[Value],
    _: &mut Interpreter
) -> ResultValue

Create new function [[Construct]]