test262/test/built-ins/Object/seal
Rick Waldron c644ede430 Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
..
abrupt-completion.js Add Object.{freeze,preventExtensions,seal} abrupt completion tests (#2468) 2020-01-14 11:31:45 -05:00
length.js Object.seal: fix esids 2020-10-05 14:38:41 -04:00
name.js Object.seal: fix esids 2020-10-05 14:38:41 -04:00
not-a-constructor.js Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
object-seal-all-own-properties-of-o-are-already-non-configurable.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-extensible-of-o-is-set-as-false-even-if-o-has-no-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-inherited-accessor-properties-are-ignored.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-inherited-data-properties-are-ignored.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-is-a-function.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-non-enumerable-own-property-of-o-is-sealed.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-boolean-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-date-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-function-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-number-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-reg-exp-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-a-string-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-an-arguments-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-an-array-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-an-error-object.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-frozen-already.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-o-is-sealed-already.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-accessor-property-that-overrides-an-inherited-accessor-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-accessor-property-that-overrides-an-inherited-data-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-accessor-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-data-property-that-overrides-an-inherited-accessor-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-data-property-that-overrides-an-inherited-data-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-data-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-boolean-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-date-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-function-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-number-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-reg-exp-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-a-string-object-which-implements-its-own-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-an-arguments-object-which-implements-its-own-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-an-array-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-p-is-own-property-of-an-error-object-that-uses-object-s-get-own-property.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-returned-object-is-not-extensible.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-the-configurable-attribute-of-all-own-properties-of-o-are-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-the-configurable-attribute-of-own-accessor-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-the-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
object-seal-the-extension-of-o-is-prevented-already.js Object.seal: rename in modern form. 2020-10-05 14:38:41 -04:00
proxy-no-ownkeys-returned-keys-order.js Add Object.seal test 2020-04-25 18:45:48 -04:00
seal-aggregateerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-arraybuffer.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-arrowfunction.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-asyncarrowfunction.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-asyncfunction.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-asyncgeneratorfunction.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-bigint64array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-biguint64array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-boolean-literal.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-boolean.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-dataview.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-date.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-error.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-evalerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-finalizationregistry.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-float32array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-float64array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-function.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-generatorfunction.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-infinity.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-int8array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-int16array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-int32array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-map.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-nan.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-null.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-number.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-object.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-promise.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-proxy.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-rangeerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-referenceerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-regexp.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-set.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-sharedarraybuffer.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-string.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-symbol.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-syntaxerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-typeerror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-uint8array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-uint8clampedarray.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-uint16array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-uint32array.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-undefined.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-urierror.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-weakmap.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-weakref.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
seal-weakset.js Coverage: Object.seal instances of all built-in constructors, and other built-in values. Fixes gh-2845 2020-10-05 14:38:41 -04:00
symbol-object-contains-symbol-properties-non-strict.js Object.seal: fix esids 2020-10-05 14:38:41 -04:00
symbol-object-contains-symbol-properties-strict.js Object.seal: fix esids 2020-10-05 14:38:41 -04:00
throws-when-false.js