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

     
    'd' in obj;
  • hasOwnProperty

     
    obj.hasOwnProperty( 'd' );
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    in
    hasOwnProperty

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
Firefox 76 on Linux
View result in a separate tab
Test name Executions per second
in 147353744.0 Ops/sec
hasOwnProperty 170827392.0 Ops/sec