booleanRecord.baseline 64 B

12345
  1. x: true
  2. y: false
  3. x === y: false
  4. x && y: false
  5. x || y: true