ScriptFunction.this

Constructor for functions created from compilation of statements.

  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)
  4. this(string fnname, string[] args, ubyte[] bc, bool isClass, bool isGenerator)
    class ScriptFunction
    package
    this
    (
    string fnname
    ,
    string[] args
    ,
    ubyte[] bc
    ,
    bool isClass = false
    ,
    bool isGenerator = false
    )

Meta