ScriptFunction.this

Constructor for creating script defined functions.

  1. this(string fname, NativeFunction nfunc, bool isClass)
  2. this(string fname, NativeDelegate ndele, bool isClass)
  3. this(string fnname, string[] args, StatementNode[] statementNodes, Environment clos, bool isClass)
    class ScriptFunction
    package deprecated
    this
    (
    string fnname
    ,
    string[] args
    ,,,
    bool isClass = false
    )
  4. this(string fnname, string[] args, ubyte[] bc, bool isClass, bool isGenerator)

Meta