Files
ladybird/Libraries/LibJS
Andreas Kling 110ca6b0b6 LibJS: Cache a FlyString for "this" to speed up variable lookup
We were hitting strcmp() in every variable lookup to see if the lookup
was for "this". Caching a FlyString("this") turns that check into one
pointer comparison instead. :^)
2020-04-12 20:40:02 +02:00
..
2020-04-11 14:10:42 +02:00
2020-04-10 14:14:02 +02:00