commit | 2772f1ceeff9d5b67540457cd49d0f045226396f | [log] [tgz] |
---|---|---|
author | zhengxing.li <zhengxing.li@intel.com> | Wed Nov 18 04:32:11 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 18 04:32:33 2015 |
tree | 92229c18bfcf4e74154710ac1c348ca08d5d73a0 | |
parent | 09658092159d0670b4cad2661f66fab31ef4499c [diff] |
X87: Rename original constructor to new target. port 07c1d181e7d8ec838ea5f97e0514ce2a426b1f88 (r32023) original commit message: BUG= Review URL: https://codereview.chromium.org/1458633003 Cr-Commit-Position: refs/heads/master@{#32067}
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://code.google.com/p/v8/
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.