| commit | ac81e11e22146e35b98effae283c6edc961be41e | [log] [tgz] |
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Wed Jan 11 16:18:25 2023 |
| committer | Leszek Swirski <leszeks@chromium.org> | Wed Jan 11 16:22:12 2023 |
| tree | 84b4ddfb84e2ea48ca84fb8b731e99406504f590 | |
| parent | eaf654fc5caa08bcaec7470c7e2327700895194b [diff] |
Version 11.1.164.1 (cherry-pick) Merged c617c553a6655712409892e6cad6bf9233140502 Revert "[turbofan] Properly perform range check for array access" Change-Id: I4e7899eb89ec8ef5541a57f7a0fb8fe6a452371a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4156951 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.1.164@{#2} Cr-Branched-From: c3c8c86850ac154212004a6588e091b6938c53ee-refs/heads/main@{#85220}
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.