commit | f8183277c1dcc58dfdca6aa1af728dfef92aaef2 | [log] [tgz] |
---|---|---|
author | michael_dawson <michael_dawson@ca.ibm.com> | Tue Mar 24 09:37:43 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 24 09:37:59 2015 |
tree | b30cab30efd07dfdffb6e55a0e3a2f07a1b99762 | |
parent | b051c7aabe52868b9ce404e8f69c216bc2b89478 [diff] |
PPC: [es6] implement Reflect.apply() & Reflect.construct() Port d21fd15467e16f185e511dbfbaeef7caddfe804a Original commit message: BUG=v8:3900 LOG=N R=mbrandy@us.ibm.com, svenpanne@chromium.org, danno@chromium.org, jkummerow@chromium.org, dslomov@chromium.org Review URL: https://codereview.chromium.org/999613004 Cr-Commit-Position: refs/heads/master@{#27392}
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/*