commit | e7b7ba8edd9cccd963940ac4b3e03b1e639a6418 | [log] [tgz] |
---|---|---|
author | petermarshall <petermarshall@chromium.org> | Mon Sep 12 10:53:36 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 12 10:54:27 2016 |
tree | 9d0c12687b83dc805a1139c6ffd3c9f731ccd973 | |
parent | 241a0412eed919395a2e163b30b9b66071ce5c17 [diff] |
[builtins] Move StringNormalize to a cpp builtin. CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux_noi18n_rel_ng BUG=v8:5364 Committed: https://crrev.com/7f84a6a2e7000bebba49354b4648346ff606ca34 Review-Url: https://codereview.chromium.org/2315343002 Cr-Original-Commit-Position: refs/heads/master@{#39331} Cr-Commit-Position: refs/heads/master@{#39342}
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.