Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.60 Safari/537.36
Chrome 83
Linux
Desktop
4 years ago
Test name Executions per second
Func 5064819.0 Ops/sec
Plain 3966949.5 Ops/sec
Script Preparation code:
AخA
 
var func = new Function("return 2 * 3");
var f2 = function() { return 2*3; }
Tests:
  • Func

     
    func();
  • Plain

     
    f2();