PrototypeObject

Undocumented in source.

Members

Functions

_getMember
var _getMember(string name, bool recurse, bool throwOnFailure, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
_peekMember
var* _peekMember(string name, bool recurse)
Undocumented in source. Be warned that the author may not have intended to support it.
_setMember
var _setMember(string name, var t, bool recurse, bool throwOnFailure, bool suppressOverloading, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
PrototypeObject copy()
Undocumented in source. Be warned that the author may not have intended to support it.
copyPropertiesFrom
PrototypeObject copyPropertiesFrom(PrototypeObject p)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(var, ref var) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
prototype
PrototypeObject prototype()
Undocumented in source. Be warned that the author may not have intended to support it.
prototype
PrototypeObject prototype(PrototypeObject set)
Undocumented in source. Be warned that the author may not have intended to support it.
toJsonValue
JSONValue toJsonValue()
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.

Variables

_properties
var[string] _properties;
Undocumented in source.
_prototype
var _prototype;
Undocumented in source.
_secondary
PrototypeObject _secondary;
Undocumented in source.
name
string name;
Undocumented in source.

Meta