dmildew v0.2.5 (2021-02-06T13:55:08Z)
Dub
Repo
ScriptFunction.this
mildew
types
func
ScriptFunction
Constructor for creating script defined functions.
this
(string fname, NativeFunction nfunc, bool isClass)
this
(string fname, NativeDelegate ndele, bool isClass)
this
(string fnname, string[] args, StatementNode[] statementNodes, Context clos, bool isClass)
class
ScriptFunction
package
this
(
string
fnname
,
string
[]
args
,
StatementNode
[]
statementNodes
,
Context
clos
,
bool
isClass
= false
)
Meta
Source
See Implementation
mildew
types
func
ScriptFunction
constructors
this
enums
Type
functions
argNames
closure
functionName
nativeDelegate
nativeFunction
statementNodes
toString
type
static functions
emptyFunction
Constructor for creating script defined functions.