test262/test/built-ins/Object/hasOwn
Csaba Osztrogonác bd1acb51a4 tools: enforce restriction on YAML includes key
Includes key should use flow notation to be able parsed easier
as suggested in https://github.com/tc39/test262/issues/1997

Added this check to the linting script and updated tests accordingly.
2022-01-05 17:27:58 -05:00
..
descriptor.js tools: enforce restriction on YAML includes key 2022-01-05 17:27:58 -05:00
hasown.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_exists.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_and_setter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_and_setter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_and_setter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_and_setter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_and_setter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_getter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_nonwritable_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_nonwritable_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_nonwritable_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_nonwritable_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_setter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_setter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_setter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_setter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_setter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_writable_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_writable_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_writable_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_inherited_writable_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_nonexistent.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_and_setter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_and_setter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_and_setter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_and_setter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_and_setter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_getter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_nonwritable_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_nonwritable_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_nonwriteable_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_nonwriteable_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_property_exists.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_setter.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_setter_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_setter_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_setter_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_setter_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_writable_configurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_writable_configurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_writable_nonconfigurable_enumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
hasown_own_writable_nonconfigurable_nonenumerable.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
length.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
name.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
not-a-constructor.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
prototype.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
symbol_own_property.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
symbol_property_toPrimitive.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
symbol_property_toString.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
symbol_property_valueOf.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
toobject_before_topropertykey.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
toobject_null.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00
toobject_undefined.js Add tests for Object.hasOwn (#2995) 2021-06-16 17:35:06 -04:00