dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
ScriptGenerator
mildew
stdlib
generator
Generator class
class
ScriptGenerator : Generator!ScriptAny {
this
(Environment env, ScriptFunction func, ScriptAny[] args, ScriptAny thisObj);
string
toString
();
ScriptAny
native_yield
(Environment env, ScriptAny* thisObj, ScriptAny[] args, NativeFunctionError nfe);
}
Constructors
this
this
(Environment env, ScriptFunction func, ScriptAny[] args, ScriptAny thisObj)
ctor
Members
Functions
native_yield
ScriptAny
native_yield
(Environment env, ScriptAny* thisObj, ScriptAny[] args, NativeFunctionError nfe)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mildew
stdlib
generator
classes
ScriptGenerator
functions
getGeneratorPrototype
initializeGeneratorLibrary
native_Generator_next
Generator class