| commit | 79b65cd8bab21c202ec2a4e2a0af3c0c19807480 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 07 07:47:18 2022 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 07 07:47:32 2022 | 
| tree | a20c77cdf56500e5643abd0175c38730f77ca7e3 | |
| parent | 1e061cd2b555d3e2fb16184527516138725de518 [diff] | 
Version 10.5.131 Change-Id: I9420a6169b72ec5b1af088860f14362372b7c616 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3749817 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.5.131@{#1} Cr-Branched-From: 1e061cd2b555d3e2fb16184527516138725de518-refs/heads/main@{#81569}
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.