scope chain lookup test

Benchmark created by Klaas Cuvelier on


Description

Check lookup time difference 'window.confirm' vs 'confirm'

Test runner

Ready to run.

Testing in
TestOps/sec
via window.property
var confirmMethod = window.confirm;
ready
lookup
var confirmMethod = confirm;
ready

Revisions

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

  • Revision 1: published by Klaas Cuvelier on