| commit | 8d86ecfce6a2d6aaeb90153b4b5103fe8af164ba | [log] [tgz] | 
|---|---|---|
| author | Nikolaos Papaspyrou <nikolaos@chromium.org> | Wed Dec 21 10:05:23 2022 | 
| committer | Manos Koukoutos <manoskouk@chromium.org> | Wed Dec 21 14:08:09 2022 | 
| tree | dc2912ab9ad1d763b25ff04024780a273b9f7d54 | |
| parent | eea6c53eccbeba9f011db87b526f9ae1dffabdca [diff] | 
Version 11.1.34.2 (cherry-pick) Merged 53e7cf253a6ea7e7ae25008425898fd324cca671 Revert "Reland "[heap] Fix conservative stack scanning for client isolates"" Change-Id: I3a235f11e5fe55c476591a5274946aeb6cc9bf6e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4118476 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Manos Koukoutos <manoskouk@chromium.org> Cr-Commit-Position: refs/heads/11.1.34@{#3} Cr-Branched-From: 70bdadce8f79e9ab12b9e8972803aea708fd36e7-refs/heads/main@{#84965}
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.