Property Access

Benchmark created on


Setup

var isTrue = true;
    var S = {};
    S.Ext = {};
    S.Ext.form = {};
    S.Ext.form.TextField = {};
    S.Ext.form.TextField.focus = {};
    S.Ext.form.TextField.focus.selectAll = true;

Test runner

Ready to run.

Testing in
TestOps/sec
variable
if (isTrue === true) {
   false;
}
ready
property
if (S.Ext.form.TextField.focus.selectAll === true) {
  false;
}
ready

Revisions

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