commit | 37729a52fdf3eaa4789612559e955d23328a2b8f | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Tue Mar 10 14:45:14 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 10 14:45:26 2015 |
tree | a48edb6d8b6033f55fc1499a654129bac99630ef | |
parent | a3e06f548965f041b61300b4a0f29798c9d32575 [diff] |
Simplify and correctify pending message location handling. This makes sure that the pending message location is only tracked by the message object, as only this is saved for finally-blocks. The location information is duplicated and becomes stale. R=titzer@chromium.org TEST=maeh, not so much. Review URL: https://codereview.chromium.org/987353002 Cr-Commit-Position: refs/heads/master@{#27109}
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/*