| commit | f2bec7884ccae8af1bce5d38639c7c1dbc999646 | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Tue May 16 06:11:52 2023 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Tue May 16 06:20:06 2023 | 
| tree | 355f32f0560502d3b6f0424c14e1addf49cb329f | |
| parent | 5be2881c86538d751a019c76760af6f9497af0c3 [diff] | 
Version 11.5.123.1 (cherry-pick) Merged b3545d10398599dc184e613cf50792d348a32983 Revert "[api] Implement basic ThreadIsolatedAllocator" Change-Id: Iaf43f66e2ea602c7a0d288990ecfefca2281d1ce Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4533216 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.5.123@{#2} Cr-Branched-From: 7dd9078cca0e7c0c2efd1908acf2db781c3f9289-refs/heads/main@{#87673}
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.