Script Preparation code:
x
 
console.log('');
Tests:
  • in

     
    let obj = { a: 1, b: 2, c: 3 };
    ('a' in obj);
  • hasown

     
    let obj = { a: 1, b: 2, c: 3 };
    obj.hasOwnProperty('a');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    in
    hasown

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Chrome 91 on Linux
View result in a separate tab
Test name Executions per second
in 1003846656.0 Ops/sec
hasown 94216312.0 Ops/sec