Searched refs:hasSymbols (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/has-symbols/test/ |
| D | index.js | 4 var hasSymbols = require('../'); variable 8 t.equal(typeof hasSymbols, 'function', 'is a function'); 9 t.equal(typeof hasSymbols(), 'boolean', 'returns a boolean'); 13 test('Symbols are supported', { skip: !hasSymbols() }, function (t) { 18 test('Symbols are not supported', { skip: hasSymbols() }, function (t) {
|
| /plugin/asciidocjs/node_modules/has-symbols/test/shams/ |
| D | get-own-property-symbols.js | 14 var hasSymbols = require('../../shams'); variable 18 t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); 24 var hasSymbolsAfter = hasSymbols();
|
| D | core-js.js | 14 var hasSymbols = require('../../shams'); variable 18 t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); 24 var hasSymbolsAfter = hasSymbols();
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | index.js | 45 var hasSymbols = require('has-symbols')(); variable 62 '%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined, 92 …'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefi… 95 …'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : get… 108 …'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : get… 111 '%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined, 112 '%Symbol%': hasSymbols ? Symbol : undefined,
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | shams.js | 3 var hasSymbols = require('has-symbols/shams'); variable 6 return hasSymbols() && !!Symbol.toStringTag;
|
| D | index.js | 3 var hasSymbols = require('has-symbols'); variable 6 return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | README.md | 17 var hasSymbols = require('has-symbols'); 19 hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forge…
|
| D | shams.js | 4 module.exports = function hasSymbols() { function
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 35729 var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol'; 35762 if (hasSymbols) { 36618 var hasSymbols = __webpack_require__(1405)(); 36630 '%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined, 36658 '%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined, 36661 …'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map… 36674 …'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set… 36677 '%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined, 36678 '%Symbol%': hasSymbols ? Symbol : undefined, 37005 module.exports = function hasSymbols() { [all …]
|
| D | pdfmake.min.js | 2 …mbol("bar")&&p())))}},5419:function(r){"use strict";r.exports=function hasSymbols(){if("function"!…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …common/resources.js';\nexport const ctxHasSymbols = new RawContextKey('hasSymbols', false);\nexpor…
|