commit | ccd15eaf2c7178d6952e010fffe7c5619c1c8ef6 | [log] [tgz] |
---|---|---|
author | Michal Majewski <majeski@google.com> | Tue Dec 12 11:08:27 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 12 11:39:57 2017 |
tree | 8c86729335531fb4e93b4f456d2f14badb05b2c5 | |
parent | 8f35755775c54b50256486b6527f49468b4969bb [diff] |
[test] Prepare test262 sources during init. Bug: v8:6917 Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng Change-Id: Iad6b429cfd855c435528468396c880f7733776d9 Reviewed-on: https://chromium-review.googlesource.com/819551 Commit-Queue: MichaĆ Majewski <majeski@google.com> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#50024}
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.