commit | 49f3a6855bec7e35e18eb13ff580877fdab0337c | [log] [tgz] |
---|---|---|
author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Mar 11 16:11:08 2025 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Mar 11 16:11:19 2025 |
tree | 38fe54e0f0fa6e44385bb8632cd9c106ce758005 | |
parent | ac7a62995e711504fcb6c8fbeab838ddd528755b [diff] |
Version 13.5.212.5 Version incremented at https://cr-buildbucket.appspot.com/build/8720679035020666273 Change-Id: Ifcc02252558b5ce898d3505f884916360bf976ec Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6344092 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.5@{#9} Cr-Branched-From: c206c46cd0bd65b02e85abe5965d82e4beb7d453-refs/heads/13.5.212@{#1} Cr-Branched-From: af3cadca9bd27c08733f1635b554e8721a342668-refs/heads/main@{#99020}
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.