| commit | cb7b9526e2b8d0be5e56a0a2162fe35f57a4be46 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Sep 27 09:11:03 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Sep 27 09:11:14 2024 | 
| tree | dccfe9c1ba3b441cbcd80e04581790b3a40a9c9a | |
| parent | c6a0c6c47a108df985b5a0c28254c59b1b69ce63 [diff] | 
Version 13.1.115 Change-Id: Id02b9da89d8c4e09617b9a52917808b10bf1d3fd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5894768 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.1.115@{#1} Cr-Branched-From: c6a0c6c47a108df985b5a0c28254c59b1b69ce63-refs/heads/main@{#96311}
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.