- Call
void* Call(CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
- CanPut
int CanPut(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
- Construct
void* Construct(CallContext* cc, Value* ret, Value[] arglist)
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.
- Get
Value* Get(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
- HasProperty
int HasProperty(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
- Put
Value* Put(CallContext* cc, d_string PropertyName, 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 PropertyName, 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.
- name
const(char)[] name;
Undocumented in source.
- scopex
Dobject[] scopex;
Undocumented in source.
- getTypeof
immutable(char)[] getTypeof()
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.
- HasInstance
void* HasInstance(CallContext* cc, Value* ret, Value* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- isFunction
Dfunction isFunction(Value* v, CallContext* cc)
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.