| commit | b643af018bf3bbd5cb10fbb4767b989a80a6a8a9 | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@google.com> | Thu Aug 29 11:37:43 2019 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Thu Aug 29 11:38:26 2019 | 
| tree | 209707347b9efb04e3c5959b76c1a828c3c73dd2 | |
| parent | 6c9bdb566f5c66d3f92bb373196709d5d86d4f2e [diff] | 
Version 7.8.212.1 (cherry-pick) Merged e39c70196376d51ab8dc9cacf0cbb5776bc05f5c Revert "[ic] In-place Double -> Tagged transitions" TBR=ahaas@chromium.org Change-Id: I4469e2781e7773c6e4582873fb66511fdef59cfd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1776081 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/7.8.212@{#2} Cr-Branched-From: 1990b1e14e810ddb1240360b288e63eb7cf5ed3a-refs/heads/master@{#63424}
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.