Script Preparation code:
AخA
 
var obj = { a: 1, b: 2, c: 3, d: 4, e: 5 };
Tests:
  • hasOwnProperty

     
    obj.hasOwnProperty( 'd' );
  • bool with Array

     
    !! obj['d'];
  • bool

     
    !! obj.d;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    hasOwnProperty
    bool with Array
    bool

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 7 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Firefox 56 on Windows
View result in a separate tab
Test name Executions per second
hasOwnProperty 208677312.0 Ops/sec
bool with Array 517971232.0 Ops/sec
bool 516184576.0 Ops/sec