ScriptGenerator

The Generator class implementation.

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