mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "globalscope" to "global_scope"
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -634,7 +634,7 @@
|
||||
<v>118172</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@globalscope</k>
|
||||
<k>@global_scope</k>
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user