someObject.foo = function() { someObject.bar = 123; } function Foo() { var Foo = this; Foo.bar = 456; }