Lines Matching refs:global_scope
16 (function (global_scope) argument
496 if ('document' in global_scope) {
499 if ('DedicatedWorkerGlobalScope' in global_scope &&
500 global_scope instanceof DedicatedWorkerGlobalScope) {
503 if ('SharedWorkerGlobalScope' in global_scope &&
504 global_scope instanceof SharedWorkerGlobalScope) {
507 if ('ServiceWorkerGlobalScope' in global_scope &&
508 global_scope instanceof ServiceWorkerGlobalScope) {
511 if ('WorkerGlobalScope' in global_scope &&
512 global_scope instanceof WorkerGlobalScope) {
516 if (!('location' in global_scope)) {
526 return 'SharedWorker' in global_scope && worker instanceof SharedWorker;
532 return 'ServiceWorker' in global_scope &&
1719 if (global_scope.clearTimeout) {
2203 if (global_scope.clearTimeout) {
3244 var target = global_scope;
3266 if (!('document' in global_scope)) {
3291 if ('document' in global_scope) {
3298 if ('META_TITLE' in global_scope && META_TITLE) {
3301 if ('location' in global_scope) {
3350 if (global_scope.addEventListener) {