| commit | 78b832814217a4e2a9980dbad308311946bc8820 | [log] [tgz] | 
|---|---|---|
| author | Maya Lekova <mslekova@chromium.org> | Wed Sep 16 09:24:05 2020 | 
| committer | Maya Lekova <mslekova@chromium.org> | Wed Sep 16 09:24:46 2020 | 
| tree | ee477fb4b277b27eb29fa778b87f129c7fa57761 | |
| parent | 7f5e77da3328ea8f9cedf26fbf449ca37f629ca1 [diff] | 
Version 8.7.95.1 (cherry-pick) Merged e5909ecabfac20ddde05707374fbd680cd33c755 Change static constant to static method TBR=jgruber@chromium.org Change-Id: If3876cc8c3fc33311d08adc717974d5992736947 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2413261 Reviewed-by: Maya Lekova <mslekova@chromium.org> Cr-Commit-Position: refs/heads/8.7.95@{#2} Cr-Branched-From: 64610bda593a339f21bf463dd562bcb23521d5de-refs/heads/master@{#69914}
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.