Files
ladybird/Userland/Utilities
Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm
Intrinsics, i.e. mostly constructor and prototype objects, but also
things like empty and new object shape now live on a new heap-allocated
JS::Intrinsics object, thus completing the long journey of taking all
the magic away from the global object.
This represents the Realm's [[Intrinsics]] slot in the spec and matches
its existing [[GlobalObject]] / [[GlobalEnv]] slots in terms of
architecture.

In the majority of cases it should now be possibly to fully allocate a
regular object without the global object existing, and in fact that's
what we do now - the realm is allocated before the global object, and
the intrinsics between both :^)
2022-08-27 11:29:10 +01:00
..
2022-01-21 01:52:22 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-07-25 23:52:46 +01:00
2022-03-19 11:01:49 -07:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-25 10:47:56 +02:00
2022-04-01 21:24:45 +01:00
2022-08-27 11:29:10 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-01-24 14:01:58 +03:30
2022-04-01 21:24:45 +01:00
2022-02-10 14:10:58 +00:00
2022-04-01 21:24:45 +01:00
2022-03-22 11:39:20 +01:00
2022-01-21 22:10:23 +01:00
2022-04-01 21:24:45 +01:00
2022-01-24 05:38:30 +00:00
2022-01-25 02:50:10 +00:00
2022-04-01 21:24:45 +01:00
2022-01-24 05:38:30 +00:00
2022-01-24 05:38:30 +00:00
2022-02-01 04:58:24 +00:00
2022-02-01 04:58:24 +00:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-21 18:15:00 +02:00
2022-04-01 21:24:45 +01:00
2022-03-22 11:39:20 +01:00
2022-04-01 21:24:45 +01:00
2022-03-29 21:28:29 -07:00
2022-01-22 13:31:52 +02:00
2022-04-01 21:24:45 +01:00
2022-08-02 04:04:08 +00:00
2022-04-01 21:24:45 +01:00