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

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

fn(this, arguments, ctx)

Trait Implementations

impl FromValue for NativeFunctionData[src]

impl ToValue for NativeFunctionData[src]