aadfadfa

Benchmark created by j on


Setup

function F() {
      if (this instanceof F) {
        throw new Error();
      }
    }
    
    function G() {
    }

Test runner

Ready to run.

Testing in
TestOps/sec
instanceof
F();
ready
extra obj alloc
new G()
ready

Revisions

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