commit | c6d421ff9aee7f3cab9e48faac88f6b08d2f1cf5 | [log] [tgz] |
---|---|---|
author | jochen <jochen@chromium.org> | Thu Dec 01 12:02:48 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 01 12:03:20 2016 |
tree | 877df228ba6b0f908aa203d7ad7dcda419f4b035 | |
parent | f8fec66f0be7489de4673a6271f893b05d11b49c [diff] |
Introduce a separate FunctionLiteral ID for Eval Top level SharedFunctionInfos will end up in a scripts SFI list, but eval'd SFIs shouldn't. Separate IDs will allow for adding a corresponding DCHECK. BUG=v8:5589 R=marja@chromium.org Review-Url: https://codereview.chromium.org/2533303006 Cr-Commit-Position: refs/heads/master@{#41421}
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.