Files
ladybird/Libraries/LibJS/Runtime/Array.cpp
Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype
Let's start moving towards native JS objects taking their prototype as
a constructor argument.

This will eventually allow us to move prototypes off of Interpreter and
into GlobalObject.
2020-04-18 10:28:22 +02:00

2.3 KiB