dmdscript.dfunction

Undocumented in source.

Members

Classes

Dfunction
class Dfunction
Undocumented in source.
DfunctionConstructor
class DfunctionConstructor
Undocumented in source.
DfunctionPrototype
class DfunctionPrototype
Undocumented in source.

Functions

Dfunction_prototype_apply
void* Dfunction_prototype_apply(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Dfunction_prototype_call
void* Dfunction_prototype_call(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Dfunction_prototype_toString
void* Dfunction_prototype_toString(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta