| commit | cc2b5389b9f750f798bb18a901271c93fae79fcc | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Mon Jun 19 12:34:57 2023 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Tue Jun 20 06:42:07 2023 | 
| tree | 24c349045211b59c1a88378a932114c3517f0b76 | |
| parent | 1a66c5404a090663ea2aa7e979ebdeea5f2d8c6c [diff] | 
Version 11.6.190.1 (cherry-pick) Merged 6b1811d4de5946f0be4e107c88962a06c5d26d6e [maglev] Fix missing dead marking in GetKeyedProperty Change-Id: Ifff356e1fb93eeb0a8233f7db08902597eb5f3c7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4624604 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.6.190@{#2} Cr-Branched-From: 4c6908c33ceecba30454e32971baee94fe4c3c37-refs/heads/main@{#88344}
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.