- proptablePropTable* proptable; 
- Undocumented in source. 
- internal_prototypeDobject internal_prototype; 
- Undocumented in source. 
- classnamestring classname; 
- Undocumented in source. 
- valueValue value; 
- Undocumented in source. 
- DOBJECT_SIGNATUREenum uint DOBJECT_SIGNATURE; 
- Undocumented in source. 
- signatureuint signature; 
- Undocumented in source. 
- PrototypeDobject Prototype() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetValue* Get(d_string PropertyName) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetValue* Get(Identifier* id) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetValue* Get(d_string PropertyName, uint hash) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetValue* Get(d_uint32 index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetValue* Get(d_uint32 index, Value* vindex) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* Put(d_string PropertyName, Value* value, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* Put(Identifier* key, Value* value, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* Put(d_string PropertyName, Dobject o, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* Put(d_string PropertyName, d_number n, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* Put(d_string PropertyName, d_string s, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutValue* 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. 
- PutValue* Put(d_uint32 index, Value* value, uint attributes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- PutDefaultValue* PutDefault(Value* value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- put_ValueValue* put_Value(Value* ret, Value[] arglist) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- CanPutint CanPut(d_string PropertyName) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HasPropertyint HasProperty(d_string PropertyName) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- Deleteint Delete(d_string PropertyName) 
- Return:
	TRUE	not found or successful delete
	FALSE	property is marked with DontDelete attribute 
- Deleteint Delete(d_uint32 index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- implementsDeleteint implementsDelete() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- DefaultValuevoid* DefaultValue(Value* ret, d_string Hint) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- Constructvoid* Construct(CallContext* cc, Value* ret, Value[] arglist) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- Callvoid* Call(CallContext* cc, Dobject othis, Value* ret, Value[] arglist) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HasInstancevoid* HasInstance(Value* ret, Value* v) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getTypeofd_string getTypeof() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isClassint isClass(d_string classname) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDarrayint isDarray() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDdateint isDdate() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDregexpint isDregexp() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDargumentsint isDarguments() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isCatchint isCatch() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isFinallyint isFinally() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getErrInfovoid getErrInfo(ErrInfo* perrinfo, int linnum) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- RuntimeErrorValue* RuntimeError(ErrInfo* perrinfo, int msgnum) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- RuntimeErrorValue* RuntimeError(ErrInfo* perrinfo, ...) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- ReferenceErrorValue* ReferenceError(ErrInfo* perrinfo, int msgnum) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- ReferenceErrorValue* ReferenceError(...) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- RangeErrorValue* RangeError(ErrInfo* perrinfo, int msgnum) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- RangeErrorValue* RangeError(ErrInfo* perrinfo, ...) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putIteratorValue* putIterator(Value* v) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getConstructorDfunction getConstructor() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getPrototypeDobject getPrototype() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- initializevoid initialize() 
- Undocumented in source. Be warned that the author may not have intended to support it.