commit | e28574458d97084c9423f6aced3322dd9ab10071 | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jan 14 17:16:22 2025 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jan 14 17:16:32 2025 |
tree | 29d189eda2c245a3f0ad3b2eef19ccd0f4646d80 | |
parent | 87333c8024f10ca3cd062029b3331f0e8086cf66 [diff] |
Version 13.4.36 Change-Id: Id809641b65b027f49e249ef75ee05d938ba9fe6e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6175240 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.4.36@{#1} Cr-Branched-From: 87333c8024f10ca3cd062029b3331f0e8086cf66-refs/heads/main@{#98098}
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.