Home
last modified time | relevance | path

Searched refs:IsPropertyKey (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js228 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)) {
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js33 IsPropertyKey: 'https://ecma-international.org/ecma-262/6.0/#sec-ispropertykey', property
D2016.js33 IsPropertyKey: 'https://ecma-international.org/ecma-262/7.0/#sec-ispropertykey', property
D2017.js34 IsPropertyKey: 'https://ecma-international.org/ecma-262/8.0/#sec-ispropertykey', property
/third_party/node/deps/npm/node_modules/es-abstract/test/
Dtests.js471 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');