mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -150,7 +150,7 @@ hasLocation(#20001,#20054)
|
||||
#20055=*
|
||||
stmts(#20055,2,#20001,0,"base?.x.y;")
|
||||
hasLocation(#20055,#20003)
|
||||
stmtContainers(#20055,#20001)
|
||||
stmt_containers(#20055,#20001)
|
||||
#20056=*
|
||||
exprs(#20056,14,#20055,0,"base?.x.y")
|
||||
#20057=@"loc,{#10000},1,1,1,9"
|
||||
@@ -190,7 +190,7 @@ literals("y","y",#20063)
|
||||
#20064=*
|
||||
stmts(#20064,2,#20001,1,"base?.(x).y;")
|
||||
hasLocation(#20064,#20005)
|
||||
stmtContainers(#20064,#20001)
|
||||
stmt_containers(#20064,#20001)
|
||||
#20065=*
|
||||
exprs(#20065,14,#20064,0,"base?.(x).y")
|
||||
#20066=@"loc,{#10000},2,1,2,11"
|
||||
@@ -231,7 +231,7 @@ literals("y","y",#20072)
|
||||
#20073=*
|
||||
stmts(#20073,2,#20001,2,"base?.[z].y;")
|
||||
hasLocation(#20073,#20007)
|
||||
stmtContainers(#20073,#20001)
|
||||
stmt_containers(#20073,#20001)
|
||||
#20074=*
|
||||
exprs(#20074,14,#20073,0,"base?.[z].y")
|
||||
#20075=@"loc,{#10000},3,1,3,11"
|
||||
|
||||
Reference in New Issue
Block a user