JavaScriptランタイム
#JavaScript #Deno
ECMAScript
JavaScript 言語情報 - JavaScript | MDN
。ECMAScript は標準化団体 ECMA International によって ECMA-262 および ECMA-402 specifications として標準化
JSの基礎部分
ES7だとか。
JavaScript | JavaScriptとECMAScriptの違い
どのECMAScriptに沿ったJavaScriptか
エクマスクリプト
Understanding How the Chrome V8 Engine Translates JavaScript into Machine Code
https://www.freecodecamp.org/news/understanding-the-core-of-nodejs-the-powerful-chrome-v8-engine-79e7eb8af964/
https://v8.dev/
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.