mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibJS: Allow negative pointers in Value
Also ensure that all a nullptr input gives null object and you don't accidentally dereference a nullptr.
This commit is contained in:
parent
325263f0e8
commit
d4736d17ae
4 changed files with 132 additions and 8 deletions
|
@ -8,3 +8,6 @@ link_with_locale_data(test-invalid-unicode-js)
|
|||
|
||||
serenity_test(test-bytecode-js.cpp LibJS LIBS LibJS)
|
||||
link_with_locale_data(test-bytecode-js)
|
||||
|
||||
serenity_test(test-value-js.cpp LibJS LIBS LibJS)
|
||||
link_with_locale_data(test-value-js)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue