| commit | f7f18510c4aed9c2d19e7e986fe9d91354dc93e8 | [log] [tgz] |
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Wed Feb 14 14:25:46 2024 |
| committer | Matthias Liedtke <mliedtke@chromium.org> | Wed Feb 14 15:05:14 2024 |
| tree | d9f3c662686c4132e26871fe7fd016cc4ebaff3a | |
| parent | ff29fb6a00934cfa11386838b17c4a413a4eb4e6 [diff] |
Version 12.3.195.1 (cherry-pick) Merged 2e0e30ed641858f391df5ce63f8a85759f338123 Revert "[handles] Process non-nestable tasks with trivial stack in samples/shell" Change-Id: Ic79bc6884799c13da77510615befc7aa763f2089 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5296754 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/12.3.195@{#2} Cr-Branched-From: 50d0ce8de0e0470f5d598cf7429bbf5aa96d2a07-refs/heads/main@{#92311}
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.