ladybird/Applications/Spreadsheet/CellType
AnotherTest 7c8d35600c Spreadsheet: Override visit_edges() and visit stored JS objects
...and don't let them leak out of their evaluation contexts.
Also keep the exceptions separate from the actual values.
This greatly reduces the number of assertions hit while entering random
data into a sheet.
2020-12-22 23:35:29 +01:00
..
Date.cpp Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
Date.h Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
Format.cpp Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Format.h Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Identity.cpp Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Identity.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Numeric.cpp Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
Numeric.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
String.cpp Spreadsheet: struct Cell => class Cell 2020-12-22 23:35:29 +01:00
String.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Type.cpp Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
Type.h Spreadsheet: clang-format 2020-09-26 00:10:57 +02:00