Files
ladybird/Userland/Utilities
Linus Groh 038d354b5d LibJS: Remove Object::value_of()
Being really close to Object.prototype.valueOf() name wise makes this
unnecessarily confusing - while it sometimes serves as the
implementation of a valueOf() function, it's an abstraction which the
spec doesn't have.
Use the appropriate getters to retrieve specific internal slots instead,
most commonly [[FooData]] from the primitive wrapper objects.
For the Object class specifically, use the Value(Object*) ctor instead.
2021-12-10 22:52:36 +00:00
..
2021-11-28 13:33:51 -08:00
2021-11-27 11:14:16 +01:00
2021-12-04 15:05:46 -08:00
2021-12-04 15:05:46 -08:00
2021-11-25 21:41:02 +01:00
2021-08-15 12:20:38 +02:00
2021-11-30 23:34:40 +01:00
2021-12-04 14:24:04 +01:00
2021-11-19 12:17:57 +03:30
2021-12-04 14:24:04 +01:00
2021-12-10 22:52:36 +00:00
2021-10-23 15:06:33 +02:00
2021-12-04 14:24:04 +01:00
2021-11-30 23:34:40 +01:00
2021-11-30 23:34:40 +01:00
2021-11-08 16:36:02 -08:00
2021-07-09 20:15:40 +02:00
2021-12-04 14:24:04 +01:00
2021-11-22 21:57:42 +01:00
2021-11-30 23:34:40 +01:00
2021-11-30 23:34:40 +01:00