| commit | fe051262efbbd92479a08436f733eba9f756e008 | [log] [tgz] |
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Feb 03 09:59:09 2025 |
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Feb 03 09:59:21 2025 |
| tree | 5f7eb0ae65db0626ad2d12f7ee915d3aee2fa786 | |
| parent | a08ea62caa906ca59353a56c52955f35529ceb4c [diff] |
Version 13.3.415.19 Version incremented at https://cr-buildbucket.appspot.com/build/8723963930991757169 Change-Id: Ie337b284d2dabb3948d5864437a4d91e3e62ded8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6224493 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.3@{#37} Cr-Branched-From: 41dacffe436aeb9311879cb07648f1e36609a804-refs/heads/13.3.415@{#1} Cr-Branched-From: 3348638c0af67c885b30891a358c89a917ac9759-refs/heads/main@{#97937}
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.