03.assign.baseline 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Return: Unresolvable reference
  2. Return: Test1_eval: Unresolvable reference
  3. Return: Test1_1: Globally resolvable reference
  4. Return: Test1_2: Parent resolvable reference
  5. Return: Test1_3: Explicitly bound reference
  6. Return: Test1_3_eval: Explicitly bound reference
  7. Return: Readonly property
  8. Return: Test2_1: Readonly property on global
  9. Return: Test2_2: Readonly property on global
  10. Return: Test2_3: Readonly property on prototype
  11. Return: Test2_3_int: Readonly property on Number prototype
  12. Return: Test2_4: Readonly property with index property name
  13. Return: Test2_4_arr: Readonly property on array with index property name
  14. Return: Test2_4_eval: Readonly property with index property name
  15. Return: Test2_5: Readonly property with index property name
  16. Return: Test2_5_arr: Readonly property on array with index property name
  17. Return: Test2_5_eval: Readonly property with index property name
  18. Return: Test2_6: Readonly property on arguments (empty)
  19. Return: Test2_7: Readonly property on arguments (with formals)
  20. Return: Test2_8: Undefined setter on arguments (with formals)
  21. Return: Test2_9: Readonly property indexed by variable
  22. Return: Setter undefined
  23. Return: Test3_eval: Setter undefined
  24. Return: Test3_1: Setter undefined
  25. Return: Test3_2: Setter undefined on prototype
  26. Return: Test3_2_int: Setter undefined on Number prototype
  27. Return: Test3_3: Setter undefined on index property name
  28. Return: Test3_3_arr: Setter undefined on array with index property name
  29. Return: Test3_4: Setter undefined on index property name
  30. Return: Test3_4_arr: Setter undefined on array with index property name
  31. Return: Test3_5: Setter undefined and indexed by variable
  32. Return: Adding non-existent property to non-extensible object
  33. Return: Test4_1: Adding non-existent index property to non-extensible object
  34. Return: Test4_arr_1: Adding non-existent property to non-extensible array with index property name
  35. Return: Test4_arr_2: Adding non-existent property to non-extensible array with index property name
  36. Return: Postfix increment to non-writable property
  37. Return: Postfix increment on non-extensible object's non-existent property
  38. Return: Assign NaN of globalObject via property
  39. Return: Assign Infinity of globalObject via indexer/literal
  40. Return: Assign Infinity of globalObject via indexer/string