test262/test/built-ins/Object/assign
Alexey Shvayka fd6bbbe581 Add Object.freeze tests 2021-02-08 15:40:48 -05:00
..
ObjectOverride-sameproperty.js
OnlyOneArgument.js
Override-notstringtarget.js
Override.js
Source-Null-Undefined.js
Source-Number-Boolen-Symbol.js
Source-String.js
Target-Boolean.js
Target-Null.js
Target-Number.js
Target-Object.js
Target-String.js
Target-Symbol.js
Target-Undefined.js
assign-descriptor.js
assign-length.js
assignment-to-readonly-property-of-target-must-throw-a-typeerror-exception.js Coverage: Object.assign, Assignment to readonly property of target must throw a TypeError exception. Fixes gh-2788 2020-09-17 16:21:26 -04:00
invoked-as-ctor.js
name.js
not-a-constructor.js Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
source-get-attr-error.js
source-non-enum.js
source-own-prop-desc-missing.js
source-own-prop-error.js
source-own-prop-keys-error.js
strings-and-symbol-order-proxy.js
strings-and-symbol-order.js
target-is-frozen-accessor-property-set-succeeds.js Add Object.freeze tests 2021-02-08 15:40:48 -05:00
target-is-frozen-data-property-set-throws.js Add Object.freeze tests 2021-02-08 15:40:48 -05:00
target-is-non-extensible-existing-accessor-property.js Add Object.preventExtensions tests 2021-02-08 15:40:48 -05:00
target-is-non-extensible-existing-data-property.js Add Object.preventExtensions tests 2021-02-08 15:40:48 -05:00
target-is-non-extensible-property-creation-throws.js Add Object.preventExtensions tests 2021-02-08 15:40:48 -05:00
target-is-sealed-existing-accessor-property.js Add Object.seal tests 2021-02-08 15:40:48 -05:00
target-is-sealed-existing-data-property.js Add Object.seal tests 2021-02-08 15:40:48 -05:00
target-is-sealed-property-creation-throws.js Add Object.seal tests 2021-02-08 15:40:48 -05:00
target-set-not-writable.js
target-set-user-error.js