| commit | 1313605856fd33b83ed3b44af3fea7717e489d53 | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Wed Oct 02 09:11:05 2024 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Wed Oct 02 12:15:10 2024 | 
| tree | c203ab0658a79619fc4fb2a4cbcbb60f5b0011cb | |
| parent | bbfef6ba7f52b1c514cef35c03e8d89b14747276 [diff] | 
Version 13.1.129.1 (cherry-pick) Merged 69138dd5a597edc8ed0f510d447aa8ed292db914 Revert "[api] Avoid GetIsolateFromWritableObject() in GetCreationContext()" Change-Id: I9a25793a8a5995afd334284cbfa61a3e3470c6b7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5905139 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.1.129@{#2} Cr-Branched-From: a8f32b5a07a33b5db246a4191a6abee58ffee005-refs/heads/main@{#96376}
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.