Files
ladybird/Userland/Libraries/LibJS/Runtime
Luke ccd21614a3 LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replace
Otherwise the GC won't be able to keep track of the stored values
and they may suddenly disappear from underneath us, thinking
they're not in use.

Fixes a crash when going to the Bootstrap website, where the first
replace call in jQuery caused a jump to a bogus address.
2021-04-11 00:32:59 +02:00
..
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-22 20:58:22 +01:00
2021-01-12 12:17:46 +01:00
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-04-02 10:47:40 +02:00