DarrayPrototype

Undocumented in source.
class DarrayPrototype : Darray {}

Constructors

this
this(CallContext* cc)
Undocumented in source.

Inherited Members

From Darray

length
Value length;
Undocumented in source.
ulength
d_uint32 ulength;
Undocumented in source.
Put
Value* Put(CallContext* cc, Identifier* key, Value* value, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc, 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(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrototype
Dobject getPrototype(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta