mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27: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
|
@ -759,6 +759,7 @@ if (BUILD_LAGOM)
|
|||
# Extra tests from Tests/LibJS
|
||||
lagom_test(../../Tests/LibJS/test-invalid-unicode-js.cpp LIBS LibJS)
|
||||
lagom_test(../../Tests/LibJS/test-bytecode-js.cpp LIBS LibJS)
|
||||
lagom_test(../../Tests/LibJS/test-value-js.cpp LIBS LibJS)
|
||||
|
||||
# Spreadsheet
|
||||
add_executable(test-spreadsheet_lagom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue