Commit d0090ea
authored
Remove unused argument from asmCoercion. NFC (#17062)
The last usage of this argument was the SAFE_HEAP support in
makeGetValue/makeSetValue which was removed in #17040.
I believe that all the callers of this function are right here in the
one file, but in case there are external callers add an assertion check.1 parent 1f6b136 commit d0090ea
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | 326 | | |
333 | 327 | | |
334 | 328 | | |
335 | 329 | | |
336 | 330 | | |
337 | 331 | | |
338 | 332 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 333 | | |
343 | 334 | | |
344 | 335 | | |
| |||
0 commit comments