Files
ladybird/Libraries/LibJS/Runtime/Uint8ClampedArray.cpp
Andreas Kling 93feb7a81f LibJS: Have Uint8ClampedArray delegate OOB accesses to JS::Object
Uint8ClampedArray itself only cares about legitimate in-bounds accesses
since that's what where the specialization happens.
2020-12-01 17:12:04 +01:00

3.1 KiB