| commit | 1361ba0f4466b4479ad7dd645a8a1c23fec2ae51 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Mon Jul 25 15:15:41 2022 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Mon Jul 25 15:18:25 2022 | 
| tree | a6608bfd3951d14ada2fbc93da0d07377fb1cc3c | |
| parent | eed97b6738f5d9ebfaae6eb0f6b426fe5d2cecae [diff] | 
Version 10.6.13.1 (cherry-pick) Merged 69fcc196f46be7332b979d7586ac95f3b29d9404 Revert "cppgc: Consistently treat sentinel pointer as live" Change-Id: Ic1ea0655499ae2e4ae7252fda7158d809e4970ca Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3785303 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.6.13@{#2} Cr-Branched-From: f78469626afe1401c50339eea7355b8bbdfec7f7-refs/heads/main@{#81917}
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.