DarrayPrototype

Undocumented in source.
class DarrayPrototype : Darray {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From Darray

length
Value length;
Undocumented in source.
ulength
d_uint32 ulength;
Undocumented in source.
Put
Value* Put(Identifier* key, Value* value, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_string name, Value* v, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_string name, Dobject o, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_string PropertyName, d_number n, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_string PropertyName, d_string string, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_uint32 index, Value* vindex, Value* value, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_uint32 index, Value* value, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(d_uint32 index, d_string string, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
Value* Get(Identifier* id)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
Value* Get(d_string PropertyName, uint hash)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
Value* Get(d_uint32 index)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
Value* Get(d_uint32 index, Value* vindex)
Undocumented in source. Be warned that the author may not have intended to support it.
Delete
int Delete(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
Delete
int Delete(d_uint32 index)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructor
Dfunction getConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrototype
Dobject getPrototype()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta