commit | b3bfc0bd58b07232da08c1d6e7504c55b4e80710 | [log] [tgz] |
---|---|---|
author | neis <neis@chromium.org> | Fri May 20 17:48:35 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri May 20 17:50:50 2016 |
tree | 6bad26f03320e5d28101900b279d1e5df2372a95 | |
parent | 7afd712ae01cb40aa233ab80dad1b69a8b72a76c [diff] |
[interpreter] Fix source position of yield-exceptions in generators. R=rmcilroy@chromium.org BUG=v8:4907,v8:5027 Review-Url: https://codereview.chromium.org/1995303002 Cr-Commit-Position: refs/heads/master@{#36421}
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.