commit | 17339eff0491c43af265d055f9c86d44b1aebe2a | [log] [tgz] |
---|---|---|
author | Joyee Cheung <joyee@igalia.com> | Mon Jan 23 16:44:59 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 12:19:18 2023 |
tree | f15605ac3fe66247fd7b891e5026b5c2ba9b7e54 | |
parent | 7fbba7e1f8ad52c00fed615e258a925a7df222e2 [diff] |
[ic] store the slow handler for proxy elements in DefineKeyedOwnIC Previously we stored kProxy in this case, which resulted in set semantics for proxies. Bug: chromium:1409294 Change-Id: I6cca772eb6e6a35944375a72d10fc279263d2094 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4188383 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Joyee Cheung <joyee@igalia.com> Cr-Commit-Position: refs/heads/main@{#85487}
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.