Lines Matching refs:has

2434     if (!registeredPlugins.has(this)) {
2444 if (registeredPlugins.has(this)) {
2466 if (!registeredPlugins.has(instance) || !registeredPlugins.get(instance)[_pluginName]) {
2480 return registeredPlugins.has(hotInstance) ? Object.keys(registeredPlugins.get(hotInstance)) : [];
2493 if (registeredPlugins.has(hotInstance)) {
4246 value: function has(key) {
6321 var has = __webpack_require__(26);
6333 if (isFunction) has(val, 'name') || hide(val, 'name', key);
6335 if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
12143 var has = __webpack_require__(26);
12161 if (!has(it, META)) {
12172 if (!has(it, META)) {
12184 if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
12222 var has = __webpack_require__(26);
12226 …if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag …
13561 if (!collection.has(namespace)) {
13593 return subCollection.has(name);
13724 } : KEY == 'has' ? function has(a) {
13744 var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
13753 return !$instance.has(-0);
17364 return _pluginHooks2.default.getSingleton().has(key, instance);
19167 var has = __webpack_require__(26);
19177 if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
21497 return holder.has(object);
22404 var has = __webpack_require__(26);
22475 if (has(AllSymbols, key)) {
22477 if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));
22480 if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
22499 if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;
22500 …return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E…
22505 if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;
22507 if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
22516 if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
22526 …if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSy…
22537 if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
22574 return has(SymbolRegistry, key += '')
25103 return this.wtSettings.has(key);
26957 value: function has(key) {
30449 if (!identities.has(identity)) {
30454 if (translatorSingletons.has(identity)) {
30668 if (!samples.has(length)) {
30841 has: function has(key) {
30943 has: function (key) {
30980 has: function has(key) {
30983 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
31095 var has = __webpack_require__(26);
31133 … if (!LIBRARY && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);
31241 var has = __webpack_require__(26);
31251 for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
31253 while (names.length > i) if (has(O, key = names[i++])) {
47540 if (!isListeningKeyDownEvent.has(instance)) {
49533 var has = __webpack_require__(26);
49540 if (has(O, IE_PROTO)) return O[IE_PROTO];