commit | c47d9d07e7facd49e828be1c38f0e53bd61f0d1c | [log] [tgz] |
---|---|---|
author | yangguo <yangguo@chromium.org> | Fri Aug 14 07:36:36 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 14 07:36:52 2015 |
tree | 33d2693aa115a8c532f0f8be5b065fda75210ff5 | |
parent | 9e1c0e3a75f86b268c7c521fc0fc88c8a9945cb6 [diff] |
Debugger: simplify calling into Javascript. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/1292533003 Cr-Commit-Position: refs/heads/master@{#30170}
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/*