| commit | cdd7e6fa2dcc5c9b616b5974b2d3951d9a3856b9 | [log] [tgz] | 
|---|---|---|
| author | Maya Lekova <mslekova@chromium.org> | Fri Oct 23 08:28:07 2020 | 
| committer | Maya Lekova <mslekova@chromium.org> | Fri Oct 23 08:28:59 2020 | 
| tree | 0333b115a03a3e3f3c29d9d536e766678f5cd514 | |
| parent | 5924476c8b26208dd1fdb67efb7fbf620081202e [diff] | 
Version 8.8.152.1 (cherry-pick) Merged e88d164eaade8b109b8c7600ac936169cc69a1e2 Revert "[wasm] Enable --wasm-opt" R=mslekova@chromium.org TBR=ahaas@chromium.org Change-Id: I4f81f874d63520cd4fde08f8fce43020b6ac6d2e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2494704 Reviewed-by: Maya Lekova <mslekova@chromium.org> Cr-Commit-Position: refs/heads/8.8.152@{#2} Cr-Branched-From: 566947abec6e90a1db30677e440ac900afba23ca-refs/heads/master@{#70696}
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.