Lines Matching refs:global

1 …ar g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else i…
7075 (function (global,setImmediate){
7120 if (global.setImmediate) {
7265 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
41163 var global = require('../internals/global');
41166 var document = global.document;
41185 var global = require('../internals/global');
41188 var process = global.process;
41219 var global = require('../internals/global');
41243 var GLOBAL = options.global;
41247 target = global;
41249 target = global[TARGET] || setGlobal(TARGET, {});
41251 target = (global[TARGET] || {}).prototype;
41311 var global = require('../internals/global');
41318 return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
41319 : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
41336 (function (global){
41347 check(typeof global == 'object' && global) ||
41351 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
41364 var global = require('../internals/global');
41367 var console = global.console;
41421 var global = require('../internals/global');
41428 var WeakMap = global.WeakMap;
41635 var global = require('../internals/global');
41641 var MutationObserver = global.MutationObserver || global.WebKitMutationObserver;
41642 var process = global.process;
41643 var Promise = global.Promise;
41646 var queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');
41700 macrotask.call(global, flush);
41715 var global = require('../internals/global');
41717 module.exports = global.Promise;
41729 var global = require('../internals/global');
41732 var WeakMap = global.WeakMap;
42137 var global = require('../internals/global');
42139 module.exports = global;
42173 var global = require('../internals/global');
42192 if (O === global) {
42217 var global = require('../internals/global');
42222 createNonEnumerableProperty(global, key, value);
42224 global[key] = value;
42273 var global = require('../internals/global');
42277 var store = global[SHARED] || setGlobal(SHARED, {});
42309 var global = require('../internals/global');
42317 var location = global.location;
42318 var set = global.setImmediate;
42319 var clear = global.clearImmediate;
42320 var process = global.process;
42321 var MessageChannel = global.MessageChannel;
42322 var Dispatch = global.Dispatch;
42349 global.postMessage(id + '', location.protocol + '//' + location.host);
42388 global.addEventListener &&
42390 !global.importScripts &&
42395 global.addEventListener('message', listener, false);
42519 var global = require('../internals/global');
42527 var Symbol = global.Symbol;
42718 var global = require('../internals/global');
42750 var TypeError = global.TypeError;
42751 var document = global.document;
42752 var process = global.process;
42757 var DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);
42858 global.dispatchEvent(event);
42860 if (handler = global['on' + name]) handler(event);
42865 task.call(global, function () {
42887 task.call(global, function () {
43011 if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {
43014 return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));
43020 $({ global: true, wrap: true, forced: FORCED }, {
43150 var global = require('../internals/global');
43193 var $Symbol = global.Symbol;
43204 var QObject = global.QObject;
43356 $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
50587 (function (global){
50590 var Mutation = global.MutationObserver || global.WebKitMutationObserver;
50596 var element = global.document.createTextNode('');
50604 } else if (!global.setImmediate && typeof global.MessageChannel !== 'undefined') {
50605 var channel = new global.MessageChannel();
50611 …} else if ('document' in global && 'onreadystatechange' in global.document.createElement('script')…
50615 var scriptEl = global.document.createElement('script');
50624 global.document.documentElement.appendChild(scriptEl);
50663 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
55547 (function (global){
55575 …eeGlobal = (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && global &…
55722 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
55725 (function (global){
55812 …eeGlobal = (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && global &…
58211 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
58290 (function (global){
58368 …eeGlobal = (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && global &…
60218 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
60221 (function (global){
60244 …eeGlobal = (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && global &…
60389 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
60463 (function (global){
60500 …eeGlobal = (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && global &…
61416 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
70239 (function (process,global){
70253 var subtle = global.crypto && global.crypto.subtle;
70268 if (global.process && !global.process.browser) {
70328 if (!algo || typeof global.Promise !== 'function') {
70352 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
71123 (function (process,global){
71138 var crypto = global.crypto || global.msCrypto;
71175 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
71178 (function (process,global){
71191 var crypto = global.crypto || global.msCrypto;
71233 if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {
71291 if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {
71301 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
71622 (function (process,global){
71670 var OurUint8Array = global.Uint8Array || function () {};
72748 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
72954 (function (process,global){
73026 var OurUint8Array = global.Uint8Array || function () {};
73653 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
79172 (function (process,global){
79233 var OurUint8Array = global.Uint8Array || function () {};
80213 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
80422 (function (process,global,setImmediate){
80512 var OurUint8Array = global.Uint8Array || function () {};
81099 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…
81732 (function (global){
81794 if (!global.localStorage) return false;
81799 var val = global.localStorage[name];
81804 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof w…
81845 (function (process,global){
81925 if (isUndefined(global.process)) {
82440 }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefine…