Files
ladybird/Userland/Libraries/LibJS/Runtime/VM.cpp
Andreas Kling 6d7d8f3db9 LibJS: Create new object earlier in VM::construct()
Also make use of OrdinaryCreateFromConstructor() instead of setting
the prototype manually.

This fixes 2 function tests in test262. :^)
2021-06-26 00:04:54 +02:00

23 KiB