commit | 3f3b10b6ac6625a8f3d2d18bcaf8748619d16b43 | [log] [tgz] |
---|---|---|
author | Joyee Cheung <joyee@igalia.com> | Wed Jan 18 19:16:50 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 20 22:30:24 2023 |
tree | a0dbfbcacd5463e0a726f6a5138e17645a581435 | |
parent | 4d0d31f41b8b4ff35ccbb1d0b5a1f4b51e270d8f [diff] |
[ic] store the slow handler for proxies in DefineKeyedOwnIC Previously we stored kProxy in this case, which resulted in set semantics for proxies. Bug: chromium:1408310 Change-Id: Id9f215b4c3c08416b6d6c5f4605839668a5df340 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4178811 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Joyee Cheung <joyee@igalia.com> Cr-Commit-Position: refs/heads/main@{#85422}
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.