PhantomJS には Function.prototype.bind は無いようでした。
poltergeist 氏が悲鳴をあげたので調べてみたら PhantomJS には Function.prototype.bind
が無いようでした。
[bravo:~]> phantomjs phantomjs> Function.prototype.bind undefined phantomjs> console.log(typeof Function.prototype.bind); undefined undefined phantomjs> console.log(typeof Function.prototype.apply); function undefined