mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
renamed "exprContainers" to "expr_containers"
This commit is contained in:
@@ -105,19 +105,19 @@ exprs(#20036,64,#20034,0,"s1 = ""ab\u2028c""")
|
||||
locations_default(#20037,#10000,1,5,1,15)
|
||||
hasLocation(#20036,#20037)
|
||||
enclosing_stmt(#20036,#20034)
|
||||
exprContainers(#20036,#20001)
|
||||
expr_containers(#20036,#20001)
|
||||
#20038=*
|
||||
exprs(#20038,78,#20036,0,"s1")
|
||||
hasLocation(#20038,#20013)
|
||||
enclosing_stmt(#20038,#20034)
|
||||
exprContainers(#20038,#20001)
|
||||
expr_containers(#20038,#20001)
|
||||
literals("s1","s1",#20038)
|
||||
decl(#20038,#20032)
|
||||
#20039=*
|
||||
exprs(#20039,4,#20036,1,"""ab\u2028c""")
|
||||
hasLocation(#20039,#20017)
|
||||
enclosing_stmt(#20039,#20034)
|
||||
exprContainers(#20039,#20001)
|
||||
expr_containers(#20039,#20001)
|
||||
literals("ab
c","""ab
c""",#20039)
|
||||
#20040=*
|
||||
regexpterm(#20040,14,#20039,0,"ab
c")
|
||||
@@ -137,19 +137,19 @@ exprs(#20044,64,#20042,0,"s2 = ""ab\u2029c""")
|
||||
locations_default(#20045,#10000,2,5,2,15)
|
||||
hasLocation(#20044,#20045)
|
||||
enclosing_stmt(#20044,#20042)
|
||||
exprContainers(#20044,#20001)
|
||||
expr_containers(#20044,#20001)
|
||||
#20046=*
|
||||
exprs(#20046,78,#20044,0,"s2")
|
||||
hasLocation(#20046,#20022)
|
||||
enclosing_stmt(#20046,#20042)
|
||||
exprContainers(#20046,#20001)
|
||||
expr_containers(#20046,#20001)
|
||||
literals("s2","s2",#20046)
|
||||
decl(#20046,#20033)
|
||||
#20047=*
|
||||
exprs(#20047,4,#20044,1,"""ab\u2029c""")
|
||||
hasLocation(#20047,#20026)
|
||||
enclosing_stmt(#20047,#20042)
|
||||
exprContainers(#20047,#20001)
|
||||
expr_containers(#20047,#20001)
|
||||
literals("ab
c","""ab
c""",#20047)
|
||||
#20048=*
|
||||
regexpterm(#20048,14,#20047,0,"ab
c")
|
||||
|
||||
Reference in New Issue
Block a user