Commit 80907c0
deps: V8: cherry-pick edeb0a4fa181
Original commit message:
Zero-initialize proxy padding
So that snapshots with proxies can be reproducible.
Refs: #61898
Change-Id: I01fac5e18c73cd482a1ae63750dbadf42a12e08a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7666243
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Cr-Commit-Position: refs/heads/main@{#105830}
Refs: v8/v8@edeb0a4
PR-URL: #61898
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
(cherry picked from commit 38d98c3)1 parent 5e0dc16 commit 80907c0Copy full SHA for 80907c0
3 files changed
+8-1Lines changed: 8 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src
- builtins
- heap
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
deps/v8/src/builtins/builtins-proxy-gen.cc
Copy file name to clipboardExpand all lines: deps/v8/src/builtins/builtins-proxy-gen.cc+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
66 | 70 | |
67 | 71 | |
68 | 72 | |
|
Collapse file
deps/v8/src/heap/factory.cc
Copy file name to clipboardExpand all lines: deps/v8/src/heap/factory.cc+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3946 | 3946 | |
3947 | 3947 | |
3948 | 3948 | |
| 3949 | + |
| 3950 | + |
| 3951 | + |
3949 | 3952 | |
3950 | 3953 | |
3951 | 3954 | |
|
0 commit comments