Andreas Kling
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
...
This constructor was easily confused with a copy constructor, and it was
possible to accidentally copy-construct Objects in at least one way that
we dicovered (via generic ThrowCompletionOr construction).
This patch adds a mandatory ConstructWithPrototypeTag parameter to the
constructor to disambiguate it.
2022-12-14 15:11:57 +01:00
..
2022-12-14 09:59:45 +00:00
2022-12-06 08:54:33 +01:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-07 16:43:06 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-11-20 11:56:56 +00:00
2022-12-07 16:43:06 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-12-07 16:43:06 +00:00
2022-12-07 16:43:06 +00:00
2022-11-03 19:15:50 +00:00
2022-11-03 19:15:50 +00:00
2022-12-14 15:11:57 +01:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00
2022-12-14 15:11:57 +01:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-10-17 12:56:05 +02:00
2022-12-07 16:43:06 +00:00
2022-12-14 15:11:57 +01:00
2022-12-06 08:54:33 +01:00
2022-09-15 09:45:13 +02:00
2022-12-14 09:59:45 +00:00