Benchmarks tagged "property"
JavaScript Properties vs DOM Attributes
This benchmark is intended to test the underlying assumption of VDOMs that accessing JavaScript obje...
By: jhnnsdeconstructing assignment vs direct assignment
Which one is better regarding memory/cpu pressure when accessing object properties, the deconstructi...
By: danielDOM node property access
Test if it is faster to access user-defined or native DOM property
By: cristianfalconeTest object for symbol
Access an object property where the key is a symbol using hasOwnProperty vs direct property access.
By: daniel