withEval

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
withEval
var fn = function $globalEvalIIFE$(){
  with(arguments[1]||{}){
    with(arguments[0]||{}){
      return (function(window){

        "use strict";
        console.log("fn....");
}).call(arguments[0], arguments[0])}}}

fn();
ready
simple
(function(window){

        "use strict";
        console.log("fn....");
}).call();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.