Home
last modified time | relevance | path

Searched refs:global_scope (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dscope.h40 *global_scope;
44 return scope == file_scope || scope == global_scope; in toplevel()
Dscope.c42 *global_scope = &builtin_scope; // externally visible variable
Dctags.c223 examine_symbol_list(global_scope->symbols); in main()
Dc2xml.c325 examine_symbol_list(file, global_scope->symbols); in main()
Dsymbol.c768 scope = global_scope; in bind_symbol_with_scope()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js16 (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) {
[all …]
/third_party/skia/buildtools/checkdeps/
Dbuilddeps.py233 global_scope = {
254 exec(file.read(), global_scope, local_scope)
/third_party/protobuf/objectivec/
DGPBEmpty.pbobjc.m85 // @@protoc_insertion_point(global_scope)
DGPBSourceContext.pbobjc.m98 // @@protoc_insertion_point(global_scope)
DGPBFieldMask.pbobjc.m98 // @@protoc_insertion_point(global_scope)
DGPBTimestamp.pbobjc.m109 // @@protoc_insertion_point(global_scope)
DGPBDuration.pbobjc.m109 // @@protoc_insertion_point(global_scope)
DGPBAny.pbobjc.m114 // @@protoc_insertion_point(global_scope)
DGPBStruct.pbobjc.m311 // @@protoc_insertion_point(global_scope)
DGPBApi.pbobjc.m372 // @@protoc_insertion_point(global_scope)
DGPBWrappers.pbobjc.m457 // @@protoc_insertion_point(global_scope)
DGPBType.pbobjc.m727 // @@protoc_insertion_point(global_scope)
/third_party/skia/third_party/externals/angle2/scripts/
Droll_chromium_deps.py154 global_scope = {
159 exec (deps_content, global_scope, local_scope)