| commit | d8c6a98114d43e13857572eaa2feed41962b2b0b | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 10 05:58:41 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Oct 10 05:58:53 2024 | 
| tree | 3c04eb774a0089a737cc8c8919219b3e6cd27298 | |
| parent | c4371a0bd74727a705030a6e2c0ef92f7f576363 [diff] | 
Version 13.1.178 Change-Id: I3f86eb566d9d0ba6b89e16a3b189cfb2dbf7fe4e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5921310 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.1.178@{#1} Cr-Branched-From: c4371a0bd74727a705030a6e2c0ef92f7f576363-refs/heads/main@{#96497}
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.