renamed "globalscope" to "global_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:41 +02:00
parent 05e0d1a02d
commit 1341f4beb4
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class ScopeElement extends ASTNode {
}
/** The global scope. */
class GlobalScope extends Scope, @globalscope {
class GlobalScope extends Scope, @global_scope {
override string toString() { result = "global scope" }
}

View File

@@ -409,7 +409,7 @@ scopes (unique int id: @scope,
int kind: int ref);
case @scope.kind of
0 = @globalscope
0 = @global_scope
| 1 = @functionscope
| 2 = @catchscope
| 3 = @modulescope

View File

@@ -634,7 +634,7 @@
<v>118172</v>
</e>
<e>
<k>@globalscope</k>
<k>@global_scope</k>
<v>1</v>
</e>
<e>