mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
implement CachedFrozenArray (#34145)
* extract code into CachedFrozenArray Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * fix borrow crash Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * fix already borrowed error using an else will cause the borrow to live more than it needs Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * restore return statement Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
6c2b840e37
commit
48d193cb83
5 changed files with 98 additions and 76 deletions
|
@ -142,6 +142,7 @@ pub mod constructor;
|
|||
pub mod conversions;
|
||||
pub mod error;
|
||||
pub mod finalize;
|
||||
pub mod frozenarray;
|
||||
pub mod guard;
|
||||
pub mod import;
|
||||
pub mod inheritance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue