Files
sdk/runtime
Tess Strickland d348c473b0 [vm] Refactor typed data cid handling.
No changes in cids, just defining kFirstTypedDataCid and
kLastTypedDataCid to avoid assumptions that kTypedDataInt8ArrayCid is
the first one and that kByteDataViewCid comes after the last one
(outside of compile-time checks for possible new typed data cids before
kTypedDataInt8ArrayCid and kByteDataViewCid).

Also defining kNumTypedDataCidRemainders to be used in the place of the
appropriate hardcoded 4s.

TEST=ci

Change-Id: Ic9f937ef0fa670b3331b9079090596d9a120ee15
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352862
Commit-Queue: Tess Strickland <sstrickl@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2024-02-15 15:32:11 +00:00
..
2024-01-26 18:58:54 +00:00
2024-02-14 00:08:30 +00:00
2024-02-14 00:08:30 +00:00
2024-02-15 15:32:11 +00:00