commit | 0815eb32f379006135b36c574d7a283dfb3620f6 | [log] [tgz] |
---|---|---|
author | Rubin Xu <rubinxu@google.com> | Thu Mar 05 15:14:38 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun May 17 21:10:00 2020 +0000 |
tree | b2e720fde07e2846ed1a78453ef53caa0222845c | |
parent | 8dcfc827cd9eb24de5a58b9f3cfcb89e4278b9cb [diff] |
Cherry-pick "Refactor Regexp.prototype" Original change: https://chromium-review.googlesource.com/c/v8/v8/+/1547660 Bug: 147664838 Test: pacrunner32 test.pac Test: gts-tradefed run gts-dev --module GtsGmscoreHostTestCases --test com.google.android.gts.devicepolicy.DeviceOwnerTest#testProxyPacProxyTest Change-Id: Iac9370d48ca0ed84d5903ab0469c0ae01d62a621 Merged-In: Iac9370d48ca0ed84d5903ab0469c0ae01d62a621 (cherry picked from commit df2d4b58f6fa0d0f0c563eac34d0bea2768d9bec)
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.