constructor1.baseline 1.0 KB

123456789101112131415161718192021
  1. o:[object Object] typeof(o):object o.toString():[object Object]
  2. o:[object Object] typeof(o):object o.toString():[object Object]
  3. o:[object Object] typeof(o):object o.toString():[object Object]
  4. o:[object Object] typeof(o):object o.toString():[object Object]
  5. o:[object Object] typeof(o):object o.toString():[object Object]
  6. o:[object Object] typeof(o):object o.toString():[object Object]
  7. o:true typeof(o):object o.toString():[object Boolean]
  8. o:true typeof(o):object o.toString():[object Boolean]
  9. o:false typeof(o):object o.toString():[object Boolean]
  10. o:false typeof(o):object o.toString():[object Boolean]
  11. o:0 typeof(o):object o.toString():[object Number]
  12. o:0 typeof(o):object o.toString():[object Number]
  13. o:10 typeof(o):object o.toString():[object Number]
  14. o:10 typeof(o):object o.toString():[object Number]
  15. o:hello typeof(o):object o.toString():[object String]
  16. o:hello typeof(o):object o.toString():[object String]
  17. o:hello typeof(o):object o.toString():[object String]
  18. o:hello typeof(o):object o.toString():[object String]
  19. o.x = 10
  20. o.x = 20
  21. o.x = 30