Jint.Native.JsFunction.JsFunction C# (CSharp) Method

JsFunction() public method

public JsFunction ( IGlobal global ) : System
global IGlobal
return System
        public JsFunction(IGlobal global)
            : this(global.FunctionClass.PrototypeProperty)
        {
        }

Same methods

JsFunction::JsFunction ( IGlobal global, Statement statement ) : System
JsFunction::JsFunction ( JsObject prototype ) : System