Files
ladybird/Userland/Libraries/LibJS/Runtime
Timothy Flynn 236025df19 LibJS: Prevent implicit pointer-to-bool conversion in Value constructor
For example, say you try to create a Value from an Array and forgot to
include LibJS/Runtime/Array.h. This would cause the boolean constructor
to be used instead of a compile error.
2022-01-27 16:27:00 +00:00
..
2021-12-10 22:52:36 +00:00
2022-01-23 15:24:45 +00:00
2022-01-23 15:24:45 +00:00