PropertyValidation.nostrict.baseline 702 B

12345678910111213141516171819202122232425262728293031323334
  1. Properties of e:
  2. e.number: -2146823279
  3. e.stack: ReferenceError: 'BadType' is undefined
  4. at throwException (propertyvalidation.js:65:9)
  5. at bar (propertyvalidation.js:85:5)
  6. at foo (propertyvalidation.js:90:5)
  7. at Global code (propertyvalidation.js:93:1)
  8. Deleting e.stack ...
  9. e.stack after delete:
  10. undefined
  11. Properties of e:
  12. e.number: -2146823279
  13. e.stack: ReferenceError: 'BadType' is undefined
  14. at throwException (propertyvalidation.js:74:9)
  15. at bar (propertyvalidation.js:85:5)
  16. at foo (propertyvalidation.js:90:5)
  17. at Global code (propertyvalidation.js:93:1)
  18. Updating e.stack ...
  19. e.stack after update:
  20. foo
  21. Object.preventExtensions test:
  22. true
  23. true
  24. true
  25. true