Files
ladybird/Userland/Libraries/LibJS/Runtime
Idan Horowitz c7a8902746 LibJS: Make TypedArray::element_name return FlyString instead of String
This ensures that comparison between TypedArray names will be
essentially free (just a pointer comparison), which will allow us to
efficiently implement specification steps like:
"24. If srcType is the same as targetType, then"
efficiently.
2022-02-08 23:08:43 +00:00
..
2022-02-08 18:17:12 +00:00
2022-02-08 09:12:42 +00:00