Searched refs:global_scope (Results 1 – 18 of 18) sorted by relevance
40 *global_scope;44 return scope == file_scope || scope == global_scope; in toplevel()
42 *global_scope = &builtin_scope; // externally visible variable
223 examine_symbol_list(global_scope->symbols); in main()
325 examine_symbol_list(file, global_scope->symbols); in main()
768 scope = global_scope; in bind_symbol_with_scope()
16 (function (global_scope) argument496 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) {[all …]
233 global_scope = {254 exec(file.read(), global_scope, local_scope)
85 // @@protoc_insertion_point(global_scope)
98 // @@protoc_insertion_point(global_scope)
109 // @@protoc_insertion_point(global_scope)
114 // @@protoc_insertion_point(global_scope)
311 // @@protoc_insertion_point(global_scope)
372 // @@protoc_insertion_point(global_scope)
457 // @@protoc_insertion_point(global_scope)
727 // @@protoc_insertion_point(global_scope)
154 global_scope = {159 exec (deps_content, global_scope, local_scope)