[][src]Type Definition boa::builtins::function::NativeFunction

type NativeFunction = fn(_: &Value, _: &[Value], _: &mut Context) -> Result<Value>;

fn(this, arguments, context) -> ResultValue - The signature of a built-in function