[−][src]Type Definition boa::js::function::NativeFunctionData
type NativeFunctionData = fn(_: &Value, _: &[Value], _: &Interpreter) -> ResultValue;
fn(this, arguments, ctx)
type NativeFunctionData = fn(_: &Value, _: &[Value], _: &Interpreter) -> ResultValue;
fn(this, arguments, ctx)
impl ToValue for NativeFunctionData[src]impl FromValue for NativeFunctionData[src]fn from_value(v: Value) -> Result<Self, &'static str>[src]