commit | 48de5f4d6b356d8da9db4afa68814df28e4b575d | [log] [tgz] |
---|---|---|
author | chunyang.dai <chunyang.dai@intel.com> | Fri Jun 19 07:20:28 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 19 07:20:35 2015 |
tree | e4cc0712614c4c3d4a5839e9695599c12f734d9c | |
parent | fda60dc2148093909323d85b7be0fa8a05c1ec39 [diff] |
X87: Revert of Revert of [strong] Implement strong mode restrictions on property access. port 41405c0470d5b30ec5d22665ed9430c46b33624f (r29122). fix spelling error in r29122. BUG= Review URL: https://codereview.chromium.org/1197593002 Cr-Commit-Position: refs/heads/master@{#29133}
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/*