commit | 1f34af6bb35425a21eded9176c8a6076b656d4db | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Tue Jan 03 16:15:18 2017 -0800 |
committer | hamzeh <hamzeh@google.com> | Thu May 17 08:06:53 2018 -0700 |
tree | 1df435310690642f8fd4628d6d16462d05ffc797 | |
parent | d9bc8bd42067a5fdd3b5005002bacd99cee6b6bd [diff] |
Merge up to V8 5.8. DO NOT MERGE 62ed631 Merge V8 5.8.283.32 ce06aad Add a script to help automate V8 updates. bd6fedf Remove unncessary -no-integrated-as flag. 1e06733 Add missing #include "unicode/ustring.h" statement. b3e7c2e Fix build break on Mac. c8c1d9e Merge V8 5.6.326.50 f3b273f Merge V8 5.5.372.32 01e4440 Fix warnings generated by new makefiles. f91f061 Merge V8 5.4.500.40 8bff9c4 Remove submodule references 0c7622c Use -O2 for d8 on Mips Test: Build and ran D8. Verified PAC processing manually. Bug: 38196219 Merged-In: Ifc1a9f3ab8cbc0928c58951db78b3f9ae15449e4 Change-Id: Ifc1a9f3ab8cbc0928c58951db78b3f9ae15449e4 (cherry picked from commit 1f31521f4ba2a8200edaac92be63f0d1d2af0598)
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.