commit | 2dc3777900fe5faa900be436bf42dd55353d189a | [log] [tgz] |
---|---|---|
author | Cindy Zhou <zhouci@google.com> | Fri Mar 19 17:01:13 2021 -0700 |
committer | Rubin Xu <rubinxu@google.com> | Tue Apr 06 14:14:44 2021 +0000 |
tree | 1d4669c80ae865ae85d4bac39fb8f943eff8e75e | |
parent | c509674b68584088c88dd2aa04cc0d3616ef116c [diff] |
Update v8 cfi blocklist The api-arguments-inl.h file seem to have been moved so the blocklist was not working and new cfi crashes were emerging. This commit updates the list so the correct file path is used. Test: proxy_resolver_v8_unittest Bug: 183079234 Bug: 162604069 Bug: 167389063 Change-Id: I70b5cd699d33fa4eda3f76cfac1ca1c71f92547a
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://v8.dev/docs
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 at v8.dev/docs/contribute.