generated at
V8 JavaScript Engine
V8はC++で書かれた、JavaScript及びNode.jsの実行エンジンである。
> 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.

※他のブラウザのJavaScript実行エンジン
Firefox:
Safari:
Microsoft Edge:
Chakra

V8のバージョンを追うことは、新しいJSの文法をNode.jsで使うために重要