dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
ScriptFunction.this
mildew
types
func
ScriptFunction
Constructor for functions created from compilation of statements.
this
(string fname, NativeFunction nfunc, bool isClass)
this
(string fname, NativeDelegate ndele, bool isClass)
this
(string fnname, string[] args, ubyte[] bc, bool isClass, bool isGenerator, ConstTable ct)
class
ScriptFunction
package
this
(
string
fnname
,
string
[]
args
,
ubyte
[]
bc
,
bool
isClass
= false
,
bool
isGenerator
= false
,
ConstTable
ct
= null
)
Meta
Source
See Implementation
mildew
types
func
ScriptFunction
aliases
opCmp
opEquals
constructors
this
enums
Type
functions
argNames
bind
boundThis
closure
compiled
constTable
copyCompiled
functionName
isClass
isGenerator
nativeDelegate
nativeFunction
statementNodes
toHash
toString
type
static functions
emptyFunction
isInstanceOf
Constructor for functions created from compilation of statements.