With2.baseline 243 B

123456789101112131415161718
  1. x.x = 1
  2. x.y = 2
  3. x.z = 3
  4. x.z = 4
  5. x.x = 1
  6. x.y = 2
  7. x.z = 4
  8. x.y.m = 7
  9. OK: y in with scope is undefined
  10. x.zz = 1
  11. OK: x in with scope is undefined
  12. x.x = undefined
  13. x.y = undefined
  14. x.z = 4
  15. x.zz = 1100
  16. q.a = 2
  17. q.zz = 1100
  18. a is called