| commit | 548b74a87141dea8bffc7a8e74ad4353ffa2edfb | [log] [tgz] | 
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Wed Apr 19 12:19:06 2023 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Wed Apr 19 12:23:07 2023 | 
| tree | b89b83bf2fa3e004e9c488ed91571c888fae5a34 | |
| parent | 5359011ce7b5e4b04ed6230334b5c4d063fe62fd [diff] | 
Version 11.4.129.1 (cherry-pick) Merged eb98c0177bb829f0ca3df95d1d2a1d99614fb135 Revert "[static-roots] Static read only heap limit" Change-Id: I573d531d4b55abd3156f78ebde0de0e1ab2b5dec Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4446778 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/11.4.129@{#2} Cr-Branched-From: cc8be53a2aa18de70bc2c8505a7370ac55271484-refs/heads/main@{#87151}
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.