mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -63,7 +63,7 @@ hasLocation(#20001,#20020)
|
||||
#20021=*
|
||||
stmts(#20021,2,#20001,0,"1**0")
|
||||
hasLocation(#20021,#20003)
|
||||
stmtContainers(#20021,#20001)
|
||||
stmt_containers(#20021,#20001)
|
||||
#20022=*
|
||||
exprs(#20022,87,#20021,0,"1**0")
|
||||
hasLocation(#20022,#20003)
|
||||
@@ -84,7 +84,7 @@ literals("0","0",#20024)
|
||||
#20025=*
|
||||
stmts(#20025,2,#20001,1,"x**=2")
|
||||
hasLocation(#20025,#20005)
|
||||
stmtContainers(#20025,#20001)
|
||||
stmt_containers(#20025,#20001)
|
||||
#20026=*
|
||||
exprs(#20026,88,#20025,0,"x**=2")
|
||||
hasLocation(#20026,#20005)
|
||||
|
||||
@@ -82,7 +82,7 @@ variables(#20028,"f",#20000)
|
||||
#20029=*
|
||||
stmts(#20029,17,#20001,0,"functio ... ict'; }")
|
||||
hasLocation(#20029,#20003)
|
||||
stmtContainers(#20029,#20001)
|
||||
stmt_containers(#20029,#20001)
|
||||
#20030=*
|
||||
exprs(#20030,78,#20029,-1,"f")
|
||||
hasLocation(#20030,#20007)
|
||||
@@ -114,13 +114,13 @@ stmts(#20036,1,#20029,-2,"{ 'use strict'; }")
|
||||
#20037=@"loc,{#10000},1,17,1,33"
|
||||
locations_default(#20037,#10000,1,17,1,33)
|
||||
hasLocation(#20036,#20037)
|
||||
stmtContainers(#20036,#20029)
|
||||
stmt_containers(#20036,#20029)
|
||||
#20038=*
|
||||
stmts(#20038,2,#20036,0,"'use strict';")
|
||||
#20039=@"loc,{#10000},1,19,1,31"
|
||||
locations_default(#20039,#10000,1,19,1,31)
|
||||
hasLocation(#20038,#20039)
|
||||
stmtContainers(#20038,#20029)
|
||||
stmt_containers(#20038,#20029)
|
||||
#20040=*
|
||||
exprs(#20040,4,#20038,0,"'use strict'")
|
||||
hasLocation(#20040,#20021)
|
||||
|
||||
Reference in New Issue
Block a user