serenity/Userland/Applications/Assistant
Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
These functions all have a very common case that can be dealt with a
very simple inline check, often avoiding the need to call an out-of-line
function. This patch moves the common case to inline functions in a new
ValueInlines.h header (necessary due to header dependency issues..)

8% speed-up on the entire Kraken benchmark :^)
2023-10-07 07:13:52 +02:00
..
CMakeLists.txt Base: Add icons for Assistant 2023-04-07 11:44:23 +01:00
main.cpp Assistant: Port tooltips to String 2023-10-06 08:20:11 +02:00
Providers.cpp LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
Providers.h Assistant: Port tooltips to String 2023-10-06 08:20:11 +02:00