ScriptFunction.this
- this(string fname, NativeFunction nfunc, bool isClass)
- this(string fname, NativeDelegate ndele, bool isClass)
- this(string fnname, string[] args, StatementNode[] statementNodes, Environment clos, bool isClass)
- this(string fnname, string[] args, ubyte[] bc, bool isClass, bool isGenerator)
mildew types func ScriptFunction
constructorsenumsfunctionsstatic functions
Constructor for functions created from compilation of statements.