Context Non Strict mode Strict mode
DOM Event Handler The HTML Element The HTML Element
Global Context window window
.call()/.apply() First Argument / window First Argument / undefined
.bind() First Argument First Argument
function() window undefined
object.function() object object