Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
Chrome 87
Mac OS X 10.14.6
Desktop
4 years ago
Test name Executions per second
Arrow function 8127877.0 Ops/sec
Bind function 8077955.5 Ops/sec
Script Preparation code:
AخA
 
arrowFn = () => this
bindFn = (function() { return this }).bind(this)
Tests:
  • Arrow function

     
    arrowFn()
  • Bind function

     
    bindFn()