1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 05:35:02 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
14047ca432 LibJS: Add a global "Object" constructor
This patch adds an "Object" constructor to the global object. The only
function it implements so far is Object.getPrototypeOf().
2020-03-28 17:23:54 +01:00