| commit | 862278b453d3c8b2b05628e26e3e3d93ef46e322 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Oct 16 12:28:46 2023 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Oct 16 12:28:58 2023 | 
| tree | 488261a5911b2c2606e3b22d4c8787de00553333 | |
| parent | 8512dafd00c31f72011186525b4ce4fc6590d99d [diff] | 
Version 11.9.169.4 Change-Id: I600a031fb32b6c368f200adf7467b7a83ef518f2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4942334 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/11.9@{#7} Cr-Branched-From: 3eb7d73cbd4266dcc250a7b4d0099d0946ec1138-refs/heads/11.9.169@{#1} Cr-Branched-From: 1a13bf93747b822caf714afdafacdfaf279a3da5-refs/heads/main@{#90218}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.