renamed "stmtContainers" to "stmt_containers"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:44 +02:00
parent 07fd747069
commit 059d72858a
224 changed files with 1155 additions and 1148 deletions

View File

@@ -60,7 +60,7 @@ hasLocation(#20001,#20003)
#20020=*
stmts(#20020,2,#20001,0,"void(alert(""Nope!""))")
hasLocation(#20020,#20003)
stmtContainers(#20020,#20001)
stmt_containers(#20020,#20001)
#20021=*
exprs(#20021,21,#20020,0,"void(alert(""Nope!""))")
hasLocation(#20021,#20003)

View File

@@ -119,7 +119,7 @@ stmts(#20039,27,#20001,0,"import ... 'bar';")
#20040=@"loc,{#10000},5,13,5,34"
locations_default(#20040,#10000,5,13,5,34)
hasLocation(#20039,#20040)
stmtContainers(#20039,#20001)
stmt_containers(#20039,#20001)
#20041=*
exprs(#20041,4,#20039,-1,"'bar'")
hasLocation(#20041,#20017)
@@ -151,7 +151,7 @@ stmts(#20046,2,#20001,1,"foo.baz();")
#20047=@"loc,{#10000},6,13,6,22"
locations_default(#20047,#10000,6,13,6,22)
hasLocation(#20046,#20047)
stmtContainers(#20046,#20001)
stmt_containers(#20046,#20001)
#20048=*
exprs(#20048,13,#20046,0,"foo.baz()")
#20049=@"loc,{#10000},6,13,6,21"

View File

@@ -67,7 +67,7 @@ stmts(#20021,2,#20001,0,"alert("" ... rld!"");")
#20022=@"loc,{#10000},6,13,6,35"
locations_default(#20022,#10000,6,13,6,35)
hasLocation(#20021,#20022)
stmtContainers(#20021,#20001)
stmt_containers(#20021,#20001)
#20023=*
exprs(#20023,13,#20021,0,"alert("" ... orld!"")")
#20024=@"loc,{#10000},6,13,6,34"
@@ -127,7 +127,7 @@ hasLocation(#20032,#20034)
#20038=*
stmts(#20038,0,#20032,0,";")
hasLocation(#20038,#20034)
stmtContainers(#20038,#20032)
stmt_containers(#20038,#20032)
#20039=*
entry_cfg_node(#20039,#20032)
#20040=@"loc,{#10000},8,17,8,16"
@@ -190,7 +190,7 @@ hasLocation(#20042,#20044)
#20061=*
stmts(#20061,2,#20042,0,"void(alert('Nope!'))")
hasLocation(#20061,#20044)
stmtContainers(#20061,#20042)
stmt_containers(#20061,#20042)
#20062=*
exprs(#20062,21,#20061,0,"void(alert('Nope!'))")
hasLocation(#20062,#20044)
@@ -281,7 +281,7 @@ hasLocation(#20074,#20076)
#20087=*
stmts(#20087,2,#20074,0,"alert(' ... lick!')")
hasLocation(#20087,#20076)
stmtContainers(#20087,#20074)
stmt_containers(#20087,#20074)
#20088=*
exprs(#20088,13,#20087,0,"alert(' ... lick!')")
hasLocation(#20088,#20076)
@@ -351,7 +351,7 @@ hasLocation(#20096,#20098)
#20107=*
stmts(#20107,9,#20096,0,"return false;")
hasLocation(#20107,#20098)
stmtContainers(#20107,#20096)
stmt_containers(#20107,#20096)
#20108=*
exprs(#20108,2,#20107,0,"false")
hasLocation(#20108,#20102)

View File

@@ -58,7 +58,7 @@ stmts(#20017,2,#20001,0,"42;")
#20018=@"loc,{#10000},9,5,9,7"
locations_default(#20018,#10000,9,5,9,7)
hasLocation(#20017,#20018)
stmtContainers(#20017,#20001)
stmt_containers(#20017,#20001)
#20019=*
exprs(#20019,3,#20017,0,"42")
hasLocation(#20019,#20011)

View File

@@ -42,7 +42,7 @@ variables(#20012,"hello",#20000)
#20013=*
stmts(#20013,18,#20001,0,"var hello;")
hasLocation(#20013,#20003)
stmtContainers(#20013,#20001)
stmt_containers(#20013,#20001)
#20014=*
exprs(#20014,64,#20013,0,"hello")
hasLocation(#20014,#20007)
@@ -101,7 +101,7 @@ variables(#20030,"world",#20000)
#20031=*
stmts(#20031,18,#20019,0,"var world;")
hasLocation(#20031,#20021)
stmtContainers(#20031,#20019)
stmt_containers(#20031,#20019)
#20032=*
exprs(#20032,64,#20031,0,"world")
hasLocation(#20032,#20025)
@@ -183,7 +183,7 @@ stmts(#20055,18,#20037,0,"var inAModule;")
#20056=@"loc,{#10000},5,7,5,20"
locations_default(#20056,#10000,5,7,5,20)
hasLocation(#20055,#20056)
stmtContainers(#20055,#20037)
stmt_containers(#20055,#20037)
#20057=*
exprs(#20057,64,#20055,0,"inAModule")
hasLocation(#20057,#20047)
@@ -275,7 +275,7 @@ stmts(#20083,27,#20061,0,"import f from ""f""")
#20084=@"loc,{#10000},8,7,8,23"
locations_default(#20084,#10000,8,7,8,23)
hasLocation(#20083,#20084)
stmtContainers(#20083,#20061)
stmt_containers(#20083,#20061)
#20085=*
exprs(#20085,4,#20083,-1,"""f""")
hasLocation(#20085,#20075)