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

type NativeFunctionData = fn(_: &Value, _: &[Value], _: &mut Interpreter) -> ResultValue;

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