| commit | dd7130e4d3c9559af45c7a9d14a3154602af508c | [log] [tgz] | 
|---|---|---|
| author | Dominik Inführ <dinfuehr@chromium.org> | Fri Oct 25 13:40:59 2024 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Fri Oct 25 14:02:08 2024 | 
| tree | 8cf9eee726314655397670c058c064832599cb38 | |
| parent | f32b6663e34598cc80d5ddb3d50b39ae5d6f9e73 [diff] | 
Version 13.2.65.1 (cherry-pick) Merged df74e33ad0cc49ec9263033a0326727022817952 Revert "[objects] Fully remove instance_type-dispatch" Change-Id: I63e243a17c441bfd819ae759d92236ae1b3ba610 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5964184 Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.2.65@{#2} Cr-Branched-From: 918bd974f61ae2288ada53939c3320749b274d38-refs/heads/main@{#96824}
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.