Home
last modified time | relevance | path

Searched refs:hasSymbols (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/has-symbols/test/
Dindex.js4 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/
Dget-own-property-symbols.js14 var hasSymbols = require('../../shams'); variable
18 t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling');
24 var hasSymbolsAfter = hasSymbols();
Dcore-js.js14 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/
Dindex.js45 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/
Dshams.js3 var hasSymbols = require('has-symbols/shams'); variable
6 return hasSymbols() && !!Symbol.toStringTag;
Dindex.js3 var hasSymbols = require('has-symbols'); variable
6 return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
/plugin/asciidocjs/node_modules/has-symbols/
DREADME.md17 var hasSymbols = require('has-symbols');
19 hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forge…
Dshams.js4 module.exports = function hasSymbols() { function
/plugin/datatables/assets/pdfmake/
Dpdfmake.js35729 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 …]
Dpdfmake.min.js2 …mbol("bar")&&p())))}},5419:function(r){"use strict";r.exports=function hasSymbols(){if("function"!…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 …common/resources.js';\nexport const ctxHasSymbols = new RawContextKey('hasSymbols', false);\nexpor…