commit | c9db590d3b79f5462d081e491ee7e53ee59cdab6 | [log] [tgz] |
---|---|---|
author | chunyang.dai <chunyang.dai@intel.com> | Tue Mar 24 10:23:41 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 24 10:23:46 2015 |
tree | 6ff9064a31ee29671b962a4ca2e0ffd9fe1450f6 | |
parent | 10cd7247a361824616629099d32d0df740781261 [diff] |
X87: [stubs] Add missing interface descriptor for the CompareIC. port e18e3cd4d88f35f3690d2993ac1702b65edde54f (r27305) original commit message: [stubs] Add missing interface descriptor for the CompareIC. BUG= Review URL: https://codereview.chromium.org/1024553007 Cr-Commit-Position: refs/heads/master@{#27397}
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/*