Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascript Engine

What Is The Complexity Of Retrieval/insertion In Javascript Associative Arrays (dynamic Object Properties) In The Major Javascript Engines?

Take the following code example: var myObject = {}; var i = 100; while (i--) { myObject['f… Read more What Is The Complexity Of Retrieval/insertion In Javascript Associative Arrays (dynamic Object Properties) In The Major Javascript Engines?

How To Detect From Nodejs Which JavaScript Engine It Is Running On?

There are now several forks of nodejs and some of them support JavaScript engines other than Google… Read more How To Detect From Nodejs Which JavaScript Engine It Is Running On?