| commit | bc7d4a1cf0b37a67ead3dbbcaa871487784c92f7 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@google.com> | Wed Sep 04 12:47:17 2019 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Wed Sep 04 12:55:42 2019 | 
| tree | 8962f3886a8a9c95ffd2479d2c54ee0ba43af5ae | |
| parent | d325f2b20852f9dba8e1d3d8f6b3cbdcfd815646 [diff] | 
Version 7.8.262.1 (cherry-pick) Merged b293533ed8bf2e54f396164e0cc0ffa7a8bb86e5 Revert "Reland "[ic] In-place Double -> Tagged transitions"" TBR=ahaas@chromium.org Change-Id: I8b406e9fb259e6af36cdcb8c268b8e798002be0c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1784289 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/7.8.262@{#2} Cr-Branched-From: f3796bbcbe6f09c2e670ddb885f1d6c48f9eb60e-refs/heads/master@{#63517}
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.