mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "typeoftypeexpr" to "typeof_typeexpr"
This commit is contained in:
@@ -906,7 +906,7 @@ class MappedTypeExpr extends @mappedtypeexpr, TypeParameterized, TypeExpr {
|
|||||||
* A type of form `typeof E` where `E` is a possibly qualified name referring to a variable,
|
* A type of form `typeof E` where `E` is a possibly qualified name referring to a variable,
|
||||||
* function, class, or namespace.
|
* function, class, or namespace.
|
||||||
*/
|
*/
|
||||||
class TypeofTypeExpr extends @typeoftypeexpr, TypeExpr {
|
class TypeofTypeExpr extends @typeof_typeexpr, TypeExpr {
|
||||||
/**
|
/**
|
||||||
* Gets the `E` in `typeof E`, denoting the qualified the name of a
|
* Gets the `E` in `typeof E`, denoting the qualified the name of a
|
||||||
* variable, function, class, or namespace whose type is to be extracted.
|
* variable, function, class, or namespace whose type is to be extracted.
|
||||||
|
|||||||
@@ -563,7 +563,7 @@ case @typeexpr.kind of
|
|||||||
| 13 = @qualified_type_access
|
| 13 = @qualified_type_access
|
||||||
| 14 = @generic_typeexpr
|
| 14 = @generic_typeexpr
|
||||||
| 15 = @type_label
|
| 15 = @type_label
|
||||||
| 16 = @typeoftypeexpr
|
| 16 = @typeof_typeexpr
|
||||||
| 17 = @localvartypeaccess
|
| 17 = @localvartypeaccess
|
||||||
| 18 = @qualifiedvartypeaccess
|
| 18 = @qualifiedvartypeaccess
|
||||||
| 19 = @thisvartypeaccess
|
| 19 = @thisvartypeaccess
|
||||||
|
|||||||
@@ -846,7 +846,7 @@
|
|||||||
<v>3559</v>
|
<v>3559</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@typeoftypeexpr</k>
|
<k>@typeof_typeexpr</k>
|
||||||
<v>24</v>
|
<v>24</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user