commit | 9a65c0ef03c523f04fd35cf3e31033e99b79c622 | [log] [tgz] |
---|---|---|
author | clemensh <clemensh@chromium.org> | Wed Apr 06 08:56:25 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 06 08:57:49 2016 |
tree | 9c679a475b8aa5f4be62af8a7dcbab408b47c21a | |
parent | 260df721d45c7611180b837bed8af8b3f0dad9c0 [diff] |
Refactoring: Avoid redundant checks in SingletonFor SingletonFor(type, state) returns NULL and does nothing whenever SingletonFor(type) also return NULL. So checking this beforehand is redundant. This is my first CL, so I also use it to get familiar with the system. R=titzer@chromium.org BUG= Review URL: https://codereview.chromium.org/1862753003 Cr-Commit-Position: refs/heads/master@{#35285}
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://github.com/v8/v8/wiki
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.