(function() { print("Inside ctor"); this.preload = function() { print("inside preload"); } this.unload = function() { print("inside preload"); } });