| commit | fe2652643d524a49dc44245829567f670424f890 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Thu Aug 08 13:47:09 2024 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Thu Aug 08 13:49:11 2024 | 
| tree | 0b2c10a0620d7f0356d3cf40412576d852523876 | |
| parent | c9a31641de6b9cc141f7baf0cf82a8ebc39ba20e [diff] | 
Version 12.9.136.1 (cherry-pick) Merged 2c3a86989e67e973961b024f863d40f022856e35 Revert "[conversions] Use fast_float for string-to-double conversion." Change-Id: I950bc0b536b91b0633c5f59226fc013755e9d70a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5772795 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.9.136@{#2} Cr-Branched-From: 7ab6d854b2a89f2b429fde4e9d4978fb4eec4482-refs/heads/main@{#95536}
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.