| commit | 071d2ba4197530af42298e9a5634ad7edfeee2fd | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Feb 24 23:51:19 2022 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Feb 24 23:51:26 2022 | 
| tree | aabbd58381d3ab661bfae3341add31106c8667db | |
| parent | 6850b79206817210bb303e101e7b6fdbf9f68b2e [diff] | 
Version 9.9.115.8 Change-Id: I8b38699b4454a623db264e2b3f6d2a58ad8b25f1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3487963 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/9.9@{#15} Cr-Branched-From: c4208cca4b053300b7ae3d297790c7dcd0be551a-refs/heads/9.9.115@{#1} Cr-Branched-From: 19c6fd735108efee9d782c8f01ce0b7611a93621-refs/heads/main@{#78682}
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.