| commit | ee71f06003a86c68e212b2ceb1443bd35ff3bc27 | [log] [tgz] | 
|---|---|---|
| author | Samuel Groß <saelo@chromium.org> | Tue Oct 04 05:57:10 2022 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Tue Oct 04 13:20:08 2022 | 
| tree | d4f4af5b9e29d09be25537ba0d0a47438c9b9770 | |
| parent | 3c814701161da6f1ea6e625f57d306ceb533317b [diff] | 
Version 10.8.97.2 (cherry-pick) Merged c60900e879754b478b192456b6bf7ba5bdd7b4db Revert "Reland "[sandbox] Improve the default ArrayBufferAllocator for the sandbox"" Change-Id: I3a9c306078b3dbe732024599823ab8b09b167f29 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3930909 Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.8.97@{#3} Cr-Branched-From: df4d485a976f7a16ee26bde413a9683e7ac1ab49-refs/heads/main@{#83504}
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.