Files
serenity/Userland/Libraries/LibJS/Runtime/NumberConstructor.cpp
Daniel Bertalan 85b7ce8c2f LibJS: Add missing ValueInlines.h include for Value::to_numeric
When compiling with `-O2 -g1` optimizations (as done in the main
Serenity build), no out-of-line definitions end up emitted for
`Value::to_numeric`, causing files that reference the function but don't
include the definition from `ValueInlines.h` to add an undefined
reference in LibJS.so.
2024-07-07 11:11:02 +02:00

5.8 KiB