| commit | e593f45d8a6be9b3f2a41535eb1df5b3b40edeb9 | [log] [tgz] | 
|---|---|---|
| author | Clemens Backes <clemensb@chromium.org> | Thu Aug 25 06:38:48 2022 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Thu Aug 25 06:58:08 2022 | 
| tree | 1f78c10128d196993bd4926f43e40fd7929bbafa | |
| parent | ee14877eff5a8ce47ba6c549cf549a90b3456295 [diff] | 
Version 10.7.21.1 (cherry-pick) Merged 3e9f46e8b444136faaf94911842680b5ff155597 Revert "[flags] Rename v8_flags to FLAGS" Change-Id: I75516a0be9bc475afa2bbaa96a05e8a9b5be9be7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3855937 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.7.21@{#2} Cr-Branched-From: d75a0eed1cc9256466f078c06edfd25cef753be1-refs/heads/main@{#82708}
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.