Looking at realtime playground example.
For custom object, there this call:
custom.setInitializer(Movie, Movie.prototype.initialize);
and Movie.prototype.initialize
handler takes two parameters
name, director
Where or how do these parameters get passed to initialize function?