| commit | 421934993bd4f6ee0473026c14ab347804ecaf10 | [log] [tgz] | 
|---|---|---|
| author | Clemens Backes <clemensb@chromium.org> | Thu Oct 17 13:51:22 2019 | 
| committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 17 13:52:45 2019 | 
| tree | 98aa2e135362773b8f437f085958261bfd0d34d6 | |
| parent | be181e241c6da9baa49a424b7d91613c8ebf76f8 [diff] | 
Create V8 7.9 branch for Chrome M-79 Tbr: hablich@chromium.org No-Try: true No-Tree-Checks: true No-Presubmit: true Change-Id: Ie63481c51f942c96f26c83d476f1a82c9ad5221d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1866652 Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/branch-heads/7.9@{#1} Cr-Branched-From: be181e241c6da9baa49a424b7d91613c8ebf76f8-refs/heads/7.9.317@{#1} Cr-Branched-From: 0d7889d0b14939fa5c09c39a0a5eb155b74163e4-refs/heads/master@{#64307}
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.