| commit | 8703dad89f79a5442f17a1836141869e87575fba | [log] [tgz] | 
|---|---|---|
| author | ishell@chromium.org <ishell@chromium.org> | Thu Feb 20 16:03:54 2020 | 
| committer | Igor Sheludko <ishell@chromium.org> | Thu Feb 20 16:05:18 2020 | 
| tree | c8e3fed306cdab9e3f247536ff9c1a2d740e77b3 | |
| parent | 8ac8dc64a6b9c85dbd72d4c1675256a3bd282b50 [diff] | 
Version 8.2.106.2 (cherry-pick) Merged d382180023e78b5168671c88e5bdeebde5bcf164 Whitespace change to bump V8 version to properly invalidate caches R=leszeks@chromium.org Bug: chromium:1054248 Change-Id: Id32e0372f92e264ba0a3a50725bcd53bc506d6bc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2066961 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/8.2.106@{#3} Cr-Branched-From: eaaf5c8d0694891dccc2f64659b99d2365e1cbe5-refs/heads/master@{#66307}
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.