| commit | 6f42953f6e42b2678160184067feed5d73cf1c3c | [log] [tgz] | 
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Fri Dec 01 15:55:56 2023 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Fri Dec 01 16:35:14 2023 | 
| tree | 520df0ec10f2999a5e94c7ab270911561004d25d | |
| parent | 52643f987891a5b784ee0c8bfa7fa5b62a368ba7 [diff] | 
Version 12.1.279.1 (cherry-pick) Merged 1e1ada54b8346d894417724b376f7c18d687d301 [include] Re-add include to unblock chromium roll Change-Id: I127ed0fd732f6dc662d28542473190500d28dffe Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5079206 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/12.1.279@{#2} Cr-Branched-From: 7249c58d518caa3a05a0fab309a119a0b30c060d-refs/heads/main@{#91298}
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.