| commit | 9bc983065c350b94530b5bf33f8d35b7d72d9b0c | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Wed Mar 15 07:17:34 2023 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Wed Mar 15 07:20:10 2023 | 
| tree | fd3c1710749285d2ccede4c72edbe63884348432 | |
| parent | 50802cea814e4a66542be108d30c2b070c69503e [diff] | 
Version 11.3.175.1 (cherry-pick) Merged dd47b25a6c31543de75adfdbda551a28a6a8aac2 Revert "[wasm-gc] Make GC and inlining configurable by Origin Trial" Change-Id: If4a5d5cdd851cdfdd03a54f15969d0164d1fdc65 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4334573 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/11.3.175@{#2} Cr-Branched-From: 692d8a972e1d58212f89de55df1d530aecdaeef8-refs/heads/main@{#86428}
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.