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

type NativeFunctionData = fn(_: Value, _: Value, _: Vec<Value>) -> ResultValue;

fn(this, callee, arguments)

Trait Implementations

impl ToValue for NativeFunctionData[src]

impl FromValue for NativeFunctionData[src]