| commit | 8825306f7887f7b26d126a4af1536051b35839ca | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Apr 08 17:16:11 2022 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Apr 08 17:16:18 2022 | 
| tree | 5d9a3f3b51ab108bf2b7071074a126cd3d8a1c39 | |
| parent | ed8e8b949a92f7c35a10fd44f065b3b7b1834f5a [diff] | 
Version 10.2.113 Change-Id: I772abef6444259505e119331c0e6b3b92da34a7e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3579463 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.2.113@{#1} Cr-Branched-From: ed8e8b949a92f7c35a10fd44f065b3b7b1834f5a-refs/heads/main@{#79895}
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.