Home
last modified time | relevance | path

Searched refs:IsPropertyDescriptor (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des5.js94 IsPropertyDescriptor: function IsPropertyDescriptor(Desc) {
127 if (!this.IsPropertyDescriptor(Desc)) {
144 if (!this.IsPropertyDescriptor(Desc)) {
161 if (!this.IsPropertyDescriptor(Desc)) {
178 if (!this.IsPropertyDescriptor(Desc)) {
DCHANGELOG.md44 …* [New] ES5+: add `IsPropertyDescriptor`, `IsAccessorDescriptor`, `IsDataDescriptor`, `IsGenericDe…
Des2015.js356 if (!this.IsPropertyDescriptor(Desc)) {
/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js247 t.equal(ES.IsPropertyDescriptor(primitive), false, primitive + ' is not a Property Descriptor');
250 …t.equal(ES.IsPropertyDescriptor({ invalid: true }), false, 'invalid keys not allowed on a Property…
252 t.equal(ES.IsPropertyDescriptor({}), true, 'empty object is an incomplete Property Descriptor');
254 …t.equal(ES.IsPropertyDescriptor(accessorDescriptor()), true, 'accessor descriptor is a Property De…
255 …t.equal(ES.IsPropertyDescriptor(mutatorDescriptor()), true, 'mutator descriptor is a Property Desc…
256 …t.equal(ES.IsPropertyDescriptor(dataDescriptor()), true, 'data descriptor is a Property Descriptor…
257 …t.equal(ES.IsPropertyDescriptor(genericDescriptor()), true, 'generic descriptor is a Property Desc…
260 ES.IsPropertyDescriptor(bothDescriptor());
Dtests.js685 ES.IsPropertyDescriptor(primitive),
691 …t.equal(ES.IsPropertyDescriptor({ invalid: true }), false, 'invalid keys not allowed on a Property…
693 t.equal(ES.IsPropertyDescriptor({}), true, 'empty object is an incomplete Property Descriptor');
695 …t.equal(ES.IsPropertyDescriptor(accessorDescriptor()), true, 'accessor descriptor is a Property De…
696 …t.equal(ES.IsPropertyDescriptor(mutatorDescriptor()), true, 'mutator descriptor is a Property Desc…
697 …t.equal(ES.IsPropertyDescriptor(dataDescriptor()), true, 'data descriptor is a Property Descriptor…
698 …t.equal(ES.IsPropertyDescriptor(genericDescriptor()), true, 'generic descriptor is a Property Desc…
701 ES.IsPropertyDescriptor(bothDescriptor());
/third_party/node/deps/npm/node_modules/es-abstract/operations/
Des5.js4 IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10', property
D2015.js4IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-property-descriptor-specif… property
D2016.js4IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/7.0/#sec-property-descriptor-specif… property
D2017.js4IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/8.0/#sec-property-descriptor-specif… property