commit | d8ceb9cb58932dfe52cdd4fe7331d1e0328d58a9 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Mon Oct 26 13:46:34 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 26 13:47:16 2015 |
tree | fe069993462d54e67990c7325e1b4f0cee920d68 | |
parent | 9390b9b535f2d983fb04b7dfe4a8353f7c7eda7c [diff] |
[unittests] Fix build/namespaces style guide violation. From the Google C++ style guide: "You may not use a using-directive to make all names from a namespace available". This would be covered by presubmit linter checks if build/namespaces were not blacklisted. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1410073004 Cr-Commit-Position: refs/heads/master@{#31565}
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.