在 英语 中使用 Javascript engines 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
With regards to browser support, people usually talk about“ECMAScript compatibility” rather than“JavaScript compatibility,” even though JavaScript engines parse and execute… well, JavaScript. .
Google V8 is Google's open source JavaScript engine.
SpiderMonkey is the Mozilla's JavaScript engine, used in Firefox.
A JavaScript engine takes your JavaScript code and executes it.
The JavaScript engine doesn't have to store any property attributes for array elements, because usually they are all writable, enumerable, and configurable.
Microsoft would use Chromium's code, Blink rendering engine, V8 JavaScript engine to produce a new web browsing experience while retaining its own appearance.
When the person function is executed, the JavaScript engine creates a new execution context and lexical environment for the function.
Code passes through the JavaScript engine, and once parsed and understood, an entity or system performs the interpreted actions.
Most modern web browsers have a JavaScript engine built in, so your code will run on almost any computer and a lot of mobile devices.
This means that, somewhere within the JavaScript engine, there is a bit of code that could be similar to the following.
So the first thing we need to ask ourselves is"can a JavaScript engine run within the constraints of our platform?".
Node has a wrapper over the JavaScript engine which makes the runtime engine much faster and hence processing of requests within Node also become faster.
During the execution of this function, the JavaScript engine will try to find the variable name in the function's lexical environment.
The JavaScript editor and debugger has been completely re-written using Oracle's Nashorn JavaScript engine, which will replace Rhino as Java's default JavaScript engine in Java 8.
Microsoft has been actively pushing open source technology, and the company has open sourced PowerShell, Visual Studio Code, and the Microsoft Edge JavaScript engine.
For example, the values +0 and -0 are considered equal by=== even though they are represented differently in the JavaScript engine.
Let's get back to the above code snippet and try to understand how the code executes inside the JavaScript engine.
Some regular expressions are looking simple, but can execute veeeeeery long time, and even“hang” the JavaScript engine.
Let's get back to the above code snippet and try to understand how the code executes inside the JavaScript engine.
Testability: Mithril templates are just JavaScript so that developers can test them in any JavaScript engine without a build step.