test262/test/built-ins/Object/seal
Alexey Shvayka a4ca510b55 Add Object.seal test 2021-02-08 15:41:23 -05:00
..
abrupt-completion.js Add Object.{freeze,preventExtensions,seal} abrupt completion tests (#2468) 2020-01-14 11:31:45 -05:00
configurable-attribute-all-own-properties-set-from-true-to-false-property-are-unaltered.js Rename long test file names 2020-10-29 13:49:25 -04:00
configurable-attribute-own-accessor-property-set-from-true-to-false-property-are-unaltered.js Rename long test file names 2020-10-29 13:49:25 -04: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 Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 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-configurable-attribute-of-own-data-property-of-o-is-set-from-true-to-false-and-other-attributes-of-the-property-are-unaltered.js Shorten a very long filename 2021-01-19 09:06:30 -05: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-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
proxy-with-defineProperty-handler.js Add Object.seal test 2021-02-08 15:41:23 -05: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 Add missing features flags 2020-10-29 13:20:18 -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 Add missing feature 2020-10-08 20:13:18 -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 Add missing features flags 2020-10-29 13:20:18 -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 fix delete test, add error tests, fix lint (#2453) 2019-12-21 16:57:41 -05:00