mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "objexpr" to "obj_expr"
This commit is contained in:
@@ -545,7 +545,7 @@ class ArrayExpr extends @array_expr, Expr {
|
|||||||
* };
|
* };
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
class ObjectExpr extends @objexpr, Expr {
|
class ObjectExpr extends @obj_expr, Expr {
|
||||||
/** Gets the `i`th property in this object literal. */
|
/** Gets the `i`th property in this object literal. */
|
||||||
Property getProperty(int i) { properties(result, this, i, _, _) }
|
Property getProperty(int i) { properties(result, this, i, _, _) }
|
||||||
|
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ case @expr.kind of
|
|||||||
| 5 = @regexp_literal
|
| 5 = @regexp_literal
|
||||||
| 6 = @this_expr
|
| 6 = @this_expr
|
||||||
| 7 = @array_expr
|
| 7 = @array_expr
|
||||||
| 8 = @objexpr
|
| 8 = @obj_expr
|
||||||
| 9 = @function_expr
|
| 9 = @function_expr
|
||||||
| 10 = @seqexpr
|
| 10 = @seqexpr
|
||||||
| 11 = @conditionalexpr
|
| 11 = @conditionalexpr
|
||||||
@@ -507,7 +507,7 @@ case @property.kind of
|
|||||||
| 9 = @parameter_field
|
| 9 = @parameter_field
|
||||||
;
|
;
|
||||||
|
|
||||||
@property_parent = @objexpr | @objectpattern | @classdefinition | @jsxelement | @interfacedefinition | @enumdeclaration;
|
@property_parent = @obj_expr | @objectpattern | @classdefinition | @jsxelement | @interfacedefinition | @enumdeclaration;
|
||||||
@property_accessor = @property_getter | @property_setter;
|
@property_accessor = @property_getter | @property_setter;
|
||||||
@call_signature = @function_call_signature | @constructor_call_signature;
|
@call_signature = @function_call_signature | @constructor_call_signature;
|
||||||
@field = @proper_field | @parameter_field;
|
@field = @proper_field | @parameter_field;
|
||||||
|
|||||||
@@ -222,7 +222,7 @@
|
|||||||
<v>28131</v>
|
<v>28131</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@objexpr</k>
|
<k>@obj_expr</k>
|
||||||
<v>50958</v>
|
<v>50958</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user