Searched refs:IsPropertyKey (Results 1 – 5 of 5) sorted by relevance
228 IsPropertyKey: function IsPropertyKey(argument) {263 if (!this.IsPropertyKey(P)) {285 if (!this.IsPropertyKey(P)) {318 if (!this.IsPropertyKey(P)) {389 if (!this.IsPropertyKey(P)) {412 if (!this.IsPropertyKey(P)) {423 if (!this.IsPropertyKey(P)) {445 if (!this.IsPropertyKey(P)) {607 if (!this.IsPropertyKey(P)) {631 if (!this.IsPropertyKey(P)) {
33 IsPropertyKey: 'https://ecma-international.org/ecma-262/6.0/#sec-ispropertykey', property
33 IsPropertyKey: 'https://ecma-international.org/ecma-262/7.0/#sec-ispropertykey', property
34 IsPropertyKey: 'https://ecma-international.org/ecma-262/8.0/#sec-ispropertykey', property
471 t.equal(false, ES.IsPropertyKey(notKey), debug(notKey) + ' is not property key');474 t.equal(true, ES.IsPropertyKey('foo'), 'string is property key');477 t.equal(true, ES.IsPropertyKey(symbol), debug(symbol) + ' is property key');