About 50 results
Open links in new tab
  1. V8 JavaScript engine

    Apr 29, 2025 · V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.

  2. Documentation · V8

    This document introduces you to V8, while the remaining documentation shows you how to use V8 in your code and describes some of its design details, as well as providing a set of JavaScript …

  3. Blog · V8

    Feb 25, 2025 · Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints 29 April 2025 JavaScript Land ahoy: leaving the Sea of Nodes 25 March 2025 JavaScript internals

  4. Getting started with embedding V8 · V8

    Audience # This document is intended for C++ programmers who want to embed the V8 JavaScript engine within a C++ application. It helps you to make your own application’s C++ objects and …

  5. JavaScript and WebAssembly features - V8

    Mar 27, 2024 · This section explains the latest new features in JavaScript, the programming language specified by ECMA-262 (ECMAScript) and ECMA-402 (the ECMAScript Internationalization API), …

  6. V8 release v9.0

    Mar 17, 2021 · Each version is branched from V8’s Git master immediately before a Chrome Beta milestone. Today we’re pleased to announce our newest branch, V8 version 9.0, which is in beta …

  7. Checking out the V8 source code · V8

    There are several different branches of V8; if you're unsure of which version to get, you most likely want the up-to-date stable version. Have a look at our Release Process for more information about the …

  8. JavaScript's New Superpower: Explicit Resource Management · V8

    May 9, 2025 · JavaScript's New Superpower: Explicit Resource Management Published 09 May 2025 · Tagged with ECMAScript

  9. Using d8 · V8

    Kevin Ennis’s D8 Guide has really good information about exploring V8 using d8. Background of the name d8: very early on, V8 had a “ sample shell ”, whose purpose was to demonstrate how V8 could …

  10. JavaScript modules - V8

    Jun 18, 2018 · This article explains how to use JavaScript modules, how to deploy them responsibly, and how the Chrome team is working to make modules even better in the future.