Bug 185804

Summary: BooleanLattice should be a class
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 185695    
Bug Blocks:    

Description Filip Pizlo 2018-05-19 12:57:32 PDT
This would work a lot better as a class with methods. Then we could ensure that the default value is always Bottom, we could have nice conversions to and from boolean, and things like the leastUpperBound function could be a member function with a nicer name.