| commit | 1f503dcc487fa19a5051f5ebfee58c9b81438ac0 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 19 08:52:48 2023 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 19 08:53:01 2023 | 
| tree | 4f8391466848e9185a6ca4a44adde401dee53ba8 | |
| parent | 294cb548f790d69003ef0d3145a53ed833e6638a [diff] | 
Version 11.8.172.16 Change-Id: Ib268bd38f38a5459e31ec9a6b6e45c988b73431f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4951813 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/11.8@{#31} Cr-Branched-From: 935bdbf34c05332eb418be80b48225350b10ec72-refs/heads/11.8.172@{#1} Cr-Branched-From: b82a91151f0d8af62ecead91800df26fe5de1479-refs/heads/main@{#89779}
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.