| commit | 92fe5468c741c4dcf4dd13485150479470d1d8d5 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed May 25 08:32:19 2022 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed May 25 08:32:28 2022 | 
| tree | 7bed6148a0e614e27de068564d15dbb0e74f6269 | |
| parent | ac5096a0daa6bd7cb3b8aa350eaddc3a67f3480e [diff] | 
Version 10.3.174.5 Change-Id: Ice4af9111c8a728f1b2c9de628cabe2d78f2b0ac Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3666238 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.3@{#7} Cr-Branched-From: 1a8f4cab47232e7861928945eeee1c40fe7f7c08-refs/heads/10.3.174@{#1} Cr-Branched-From: 8fbefa47971832fc5afaffb913ae9689f0cc9f9e-refs/heads/main@{#80471}
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.