dmdscript.dobject

Undocumented in source.

Members

Classes

Dobject
class Dobject
Undocumented in source.
DobjectConstructor
class DobjectConstructor

Dobject_constructor ************************

DobjectPrototype
class DobjectPrototype
Undocumented in source.
ErrorValue
class ErrorValue
Undocumented in source.

Functions

Dobject_prototype_hasOwnProperty
void* Dobject_prototype_hasOwnProperty(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.
Dobject_prototype_isPrototypeOf
void* Dobject_prototype_isPrototypeOf(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.
Dobject_prototype_propertyIsEnumerable
void* Dobject_prototype_propertyIsEnumerable(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.
Dobject_prototype_toLocaleString
void* Dobject_prototype_toLocaleString(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.
Dobject_prototype_toSource
void* Dobject_prototype_toSource(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.
Dobject_prototype_toString
void* Dobject_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.
Dobject_prototype_valueOf
void* Dobject_prototype_valueOf(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.
dobject_init
void dobject_init(CallContext* cc)

Initialize the built-in's.

Meta