Skip to search formSkip to main contentSkip to account menu

JavaScript engine

Known as: ECMAScript engine, JavaScript engines 
A JavaScript engine is a program or library which executes JavaScript code. A JavaScript engine may be a traditional interpreter, or it may utilize… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
JavaScript is heavily used in the web, yet it is much slower than other languages. To improve the JavaScript performance, aheadof… 
2015
2015
The performance of dynamic object-oriented programming languages such as JavaScript depends heavily on highly optimizing just-in… 
2015
2015
Web applications (apps) are programmed using HTML, CSS, and JavaScript. Web apps allow a faster app development based on existing… 
2015
2015
JavaScript is an interpreted computer programming language embedded into web pages that allows the creation of sophisticated… 
2013
2013
  • 2013
  • Corpus ID: 267794397
WebGL is typically used with web browsers. In this paper, we represent a standalone WebGL execution environment, where the… 
2011
2011
For security and privacy on the Internet the webbrowser has become an important piece of software. Nowadays even mobil devices… 
2010
2010
JavaScript is ubiquitous on the web. At the same time, the language's dynamic behavior makes optimizations challenging, leading… 
2010
2010
Web browsers are promising candidates for the OPC's SOAP-HTTP WS-SC UA XML StackProfile to execute visualization solutions. First… 
2009
2009
Thread Level Speculation (TLS) has been suggested as a mean to automatically (or semi-automatically) extract parallelism from… 
2009
2009
Nowadays, JavaScript is the language for developing dynamic websites. Before the age of JIT engines, several guidelines were…