commit | df062d0aeabc547eef3c82d990251d58254b1d0c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <[email protected]> | Thu Jan 07 12:46:39 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jan 07 12:46:39 2021 +0000 |
tree | d2ece95627447c840cd0d34b6f339e6ab5685d70 | |
parent | e4e4ca007b16acdf73102b2fa1a3a195add698ae [diff] | |
parent | 085365d491ec3e271950b403af56ad20ce357570 [diff] |
Merge "LiteralBuffer::ExpandBuffer always grows" into oc-mr1-dev am: 49b6d94dd7 am: 085365d491 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/v8/+/13120353 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I38c5809ee4b1f74ff80c110c673aa358b5d07068
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://github.com/v8/v8/wiki
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 on the V8 wiki.