function Test() { } Test.prototype.getParent = function() { return parent; } Test.prototype.getChild0 = function() { return children[0]; }