commit | 76dc58c93656046d7ae07166309d8323844dfa38 | [log] [tgz] |
---|---|---|
author | hablich <hablich@chromium.org> | Mon Aug 17 15:31:46 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 17 15:31:54 2015 |
tree | e065a8550e1968f10bcc026b3bd7671754881420 | |
parent | 8606664b37f4dc4b42106563984c19e4f72d9d3a [diff] |
Revert of Remove property loads from js builtins objects from runtime. (patchset #1 id:1 of https://codereview.chromium.org/1293113002/ ) Reason for revert: Reverting because it made the waterfall red http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20shared/builds/8390 Original issue's description: > Remove property loads from js builtins objects from runtime. > > R=cbruni@chromium.org > > Committed: https://crrev.com/40f6e80d22d2e146b781aa661b76087ab9a492c4 > Cr-Commit-Position: refs/heads/master@{#30199} TBR=cbruni@chromium.org,yangguo@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1294123002 Cr-Commit-Position: refs/heads/master@{#30201}
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/*