Commit c523132
[js] Fix order of reassignment logic
Mostly just to match the naming of `newValue` and the subtyping idea of
the forUseAs where we try to find something that is a subtype of the
current variable's type, not the other way around.
Change-Id: I3144025a0e1850892936087fdf275d318943f963
Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9159757
Reviewed-by: Marja Hölttä <marja@chromium.org>
Commit-Queue: Matthias Liedtke <mliedtke@google.com>
Auto-Submit: Matthias Liedtke <mliedtke@google.com>1 parent e270121 commit c523132
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2104 | 2104 | | |
2105 | 2105 | | |
2106 | 2106 | | |
2107 | | - | |
| 2107 | + | |
2108 | 2108 | | |
2109 | 2109 | | |
2110 | 2110 | | |
| |||
2114 | 2114 | | |
2115 | 2115 | | |
2116 | 2116 | | |
2117 | | - | |
| 2117 | + | |
2118 | 2118 | | |
2119 | 2119 | | |
2120 | 2120 | | |
| |||
0 commit comments