| commit | 56ebf22bcb4f4ac49c7aa973818bc0ad6ba925e3 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Mar 11 09:32:15 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Mar 11 09:32:28 2025 | 
| tree | 07a2ed9eff6df5c6deff69aa77fc55e5fe98aaa3 | |
| parent | 58916eeaacdd04ce5d0b5a578eaa7901eabc019d [diff] | 
Version 13.4.114.20 Version incremented at https://cr-buildbucket.appspot.com/build/8720704139540356529 Change-Id: I620f2311dcb8ad0cabfe0bee2e4fa373e2b53a02 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6341953 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.4@{#40} Cr-Branched-From: 0f87a54dade4353b6ece1d7591ca8c66f90c1c93-refs/heads/13.4.114@{#1} Cr-Branched-From: 27af2e9363b2701abc5f3feb701b1dad7d1a9fe8-refs/heads/main@{#98459}
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.