Andreas Kling
e6b1e54c44
LibJS/Bytecode: Don't generate ResolveThisBinding if not needed
...
Functions that don't have a FunctionEnvironment will get their `this`
value from the ExecutionContext. This patch stops generating
ResolveThisBinding instructions at all for functions like that, and
instead pre-populates the `this` register when entering a new bytecode
executable.
2024-06-01 09:39:50 +02:00
..
2024-05-15 04:25:14 +02:00
2024-05-07 09:15:40 +02:00
2024-06-01 09:39:50 +02:00
2023-11-17 19:06:25 +01:00
2024-05-10 15:03:24 +00:00
2023-02-17 09:14:23 -05:00
2023-02-17 09:14:23 -05:00
2024-05-23 09:53:31 +02:00
2024-05-13 09:22:14 +02:00
2024-05-13 09:22:14 +02:00
2024-06-01 09:39:50 +02:00
2024-06-01 09:39:50 +02:00
2024-05-07 09:15:40 +02:00
2024-05-07 09:15:40 +02:00
2024-05-13 19:54:11 +02:00
2024-05-20 12:51:56 +02:00
2024-06-01 09:39:50 +02:00
2024-05-18 18:11:10 +02:00
2024-05-07 09:15:40 +02:00
2024-05-07 09:15:40 +02:00
2024-06-01 09:39:50 +02:00
2024-05-13 19:54:11 +02:00
2023-07-13 13:30:49 +02:00
2023-12-17 18:25:10 +03:30
2023-11-03 20:27:45 +01:00
2024-06-01 09:39:50 +02:00
2024-05-10 15:03:24 +00:00
2023-12-17 18:25:10 +03:30
2024-05-10 15:03:24 +00:00