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

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

fn(this, arguments, ctx)

Trait Implementations

impl ToValue for NativeFunctionData[src]

impl FromValue for NativeFunctionData[src]