| commit | 24beac317bb9396a945d318fd5721f9386bb0e1e | [log] [tgz] |
|---|---|---|
| author | Georg Neis <neis@chromium.org> | Wed Aug 01 08:18:35 2018 |
| committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 01 09:05:53 2018 |
| tree | 510d2f42f589ff1631a01c138a98d869d8b951c4 | |
| parent | b556c9eaa6acbe14be8e63e168f0ae5f0ab23e35 [diff] |
Remove misleading "_index" suffix from some native context slots. R=jarin@chromium.org Change-Id: I9b54049852696680fb7fde26813638aae727b5d3 Reviewed-on: https://chromium-review.googlesource.com/1158231 Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#54835}
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.