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-22 21:18:03 +01:00
2020-03-22 21:18:03 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-22 19:12:10 +01:00
2020-03-28 22:51:09 +01:00
2020-03-28 09:13:29 +01:00
2020-03-28 09:13:29 +01:00
2020-03-07 10:32:51 +01:00
2020-03-22 19:12:10 +01:00
2020-03-25 18:53:20 +01:00
2020-03-25 18:53:20 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-21 18:17:18 +01:00
2020-03-22 19:53:22 +01:00
2020-03-18 20:20:35 +01:00
2020-03-18 20:20:35 +01:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-25 09:54:46 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-21 18:17:18 +01:00
2020-03-22 19:53:22 +01:00
2020-03-25 18:48:32 +01:00
2020-03-25 18:48:10 +01:00
2020-03-28 09:13:29 +01:00
2020-03-25 18:52:03 +01:00
2020-03-25 18:52:03 +01:00
2020-03-07 10:32:51 +01:00
2020-03-22 19:12:10 +01:00