namespace Jint.Native; internal interface ICallable { JsValue Call(JsValue thisObject, params JsCallArguments arguments); }