| commit | c9c6736be5b9aa127f481bb26e8bfc86febd51b2 | [log] [tgz] |
|---|---|---|
| author | Manos Koukoutos <manoskouk@chromium.org> | Wed Nov 27 10:05:43 2024 |
| committer | Michael Achenbach <machenbach@chromium.org> | Wed Nov 27 10:46:06 2024 |
| tree | e25b592ee20b158c432c95299a344525645e120e | |
| parent | 77c14777af60f08e02d39e5d193f24bf9b02df9a [diff] |
Version 13.3.178.1 (cherry-pick) Merged 3356f4b954530fc32f5d76d25a7506e03a796c62 Revert "Reland "[cfi] WritableJit* objects don't act as a write scope anymore"" Change-Id: Id1e4334683cbe335ee9426014afddbd1e1ee23f8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6054129 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.3.178@{#2} Cr-Branched-From: 4f9beed00e2f8f6feefb59f481c5f114732c8443-refs/heads/main@{#97429}
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.