Andreas Kling
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
...
Native functions now only get the Interpreter& as an argument. They can
then extract |this| along with any indexed arguments it wants from it.
This forces functions that want |this| to actually deal with calling
interpreter.this_value().to_object(), and dealing with the possibility
of a non-object |this|.
This is still not great but let's keep massaging it forward.
2020-03-28 22:51:09 +01:00
..
2020-03-28 22:18:11 +01:00
2020-03-28 22:18:11 +01:00
2020-03-28 22:51:09 +01:00
2020-03-20 21:56:40 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:58:20 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 22:21:58 +01:00
2020-03-24 16:14:10 +01:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-03-28 16:40:36 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-21 17:52:12 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-16 14:37:19 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 22:51:09 +01:00