Skip to main content

NativeFn

Type Alias NativeFn 

Source
pub type NativeFn = fn(_: &mut Interp, this: Value, args: &[Value]) -> Result<Value, Value>;
Expand description

ネイティブ関数のシグネチャ。Err(Value) は JS の throw を表す。