Files
ladybird/Libraries/LibWeb/Bindings/DocumentWrapper.cpp
Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object
This abstraction isn't really that useful, as we can access the
underlying Vector<Value> using elements() and operate on it directly.
2020-04-14 13:40:04 +02:00

3.7 KiB