Algunas vulnerabilidades en el motor de JavaScript permitían a los atacantes remotos provocar una denegación de servicio y, posiblemente, la ejecución de código arbitrario.
Several vulnerabilities in the JavaScript engine allow remote attackers to cause a denial of service and possibly permit them to execute arbitrary code.
Durante el paso de compilación, el motor de JavaScript
Con Java 8, Nashorn, se introduce un motor de javascript mejorado mucho, para reemplazar el Rhino existente.
With Java 8, Nashorn, a much improved javascript engine is introduced, to replace the existing Rhino.
La herramienta tiene un motor de Javascript incorporado.
The tool has a built-in Javascript engine.
La primera sintaxis mencionada arriba es raramente usada, porque el motor de JavaScript hará la llamada por ti con los argumentos apropiados, al igual que otras funciones de etiqueta.
The first syntax mentioned above is only rarely used, because the JavaScript engine will call this with proper arguments for you, just like with other tag functions.
Es solo durante la ejecución que el motor de JavaScript realmente establece el valor de las referencias de las variables igual a sus valores de asignación.
It's only during execution that the JavaScript engine actually sets the value of variable references equal to their assignment values.
2.3.4775 Motor de JavaScript, nuevos scripts de eventos, funciones y objetos.
2.3.4775 JavaScript engine, new script events, objects and functions.
Esto sucede porque el motor de JavaScript no le presta atención a la canalización de representación a la hora de ejecutar secuencias de comandos.
This is because the JavaScript engine pays no attention to the rendering pipeline when executing scripts.
Como vimos antes, new le dice al motor de Javascript que cree un objeto, que dentro de la función ese objeto sea this, y luego nos devuelva ese objeto como resultado de new.
As we saw earlier, new tells the JavaScript engine to create an object, make that object this inside the function, and later give us that object as a result of new.
Uno esperaría que el tipo de dato en la versión 2 sería un entero, cuando de hecho el motor de Javascript utiliza valores de punto flotante en todos lados.
You would think that the data type in v2 would be an integer, when in fact the JavaScript engine uses floating point values all over the place.
Lo que me parece especialmente sorprendente es que habéis pasado de un motor de JavaScript lento a uno de los más rápidos (probablemente *el* más rápido) en una sola iteración muy rápida.
What I find especially amazing is how you have gone from a slow JavaScript engine to one of the fastest (probably *the* fastest) in one very quick iteration.
Además, hemos creado un potente motor de JavaScript, llamado V8, capaz de ejecutar aplicaciones web en la próxima generación, imposible de hacer con el navegador.
In addition, we have created a powerful JavaScript engine, called V8, capable of running web applications in next generation, impossible to do with the current browser.
También construimos una versión más potente del motor de JavaScript, V8, para potenciar la próxima generación de aplicaciones web que no son posibles incluso en los navegadores de hoy.
We also built V8, a more powerful JavaScript engine, to power the next generation of web applications that aren't even possible in today's browsers.