| commit | 447be1145930130e2ffe99009989b80aa0ff54ce | [log] [tgz] | 
|---|---|---|
| author | Leszek Swirski <leszeks@chromium.org> | Fri Apr 25 14:55:42 2025 | 
| committer | Leszek Swirski <leszeks@chromium.org> | Fri Apr 25 14:58:10 2025 | 
| tree | 2950e63854a28509568952746c75d655401247d5 | |
| parent | ca95344ad4379727c5b7fc63be591f7c71a5e126 [diff] | 
Version 13.7.141.1 (cherry-pick) Merged 58daaa15ef623c20ea55549316bb46952ef47674 Revert "[json] Avoid scanning for char escapes for fast iterable keys in parser" Change-Id: I3233b142e1270f1ff8900ea54d2a666a3621b6c3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6491927 Owners-Override: Leszek Swirski <leszeks@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.7.141@{#2} Cr-Branched-From: 15982c72f4074783c93bd2a66c78b0780a1c94a4-refs/heads/main@{#99908}
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.