commit | 6ec34c7cb3fc8f9d8fdde7e3e673da15b7ce7912 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Fri Sep 25 11:32:38 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 25 11:32:48 2015 |
tree | 14cffcc470cb9f8e5e927196617000dbd0ef2799 | |
parent | 145a2f45f3379029d6255a073e3eb762549ea47e [diff] |
[presubmit] Enable runtime/threadsafe_fn linter checking. This enables linter checking for "runtime/threadsafe_fn" violations during presubmit and instead marks the few known exceptions that we allow explicitly. R=jochen@chromium.org Review URL: https://codereview.chromium.org/1369673003 Cr-Commit-Position: refs/heads/master@{#30933}
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.