mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
JS: Update TRAP files
This commit is contained in:
@@ -302,332 +302,334 @@ variables(#20112,"y",#20000)
|
||||
variables(#20113,"foo",#20000)
|
||||
#20114=@"var;{bar};{#20000}"
|
||||
variables(#20114,"bar",#20000)
|
||||
#20115=*
|
||||
stmts(#20115,18,#20001,0,"var x = 1;")
|
||||
hasLocation(#20115,#20005)
|
||||
stmt_containers(#20115,#20001)
|
||||
#20115=@"var;{this};{#20000}"
|
||||
variables(#20115,"this",#20000)
|
||||
#20116=*
|
||||
exprs(#20116,64,#20115,0,"x = 1")
|
||||
#20117=@"loc,{#10000},1,5,1,9"
|
||||
locations_default(#20117,#10000,1,5,1,9)
|
||||
hasLocation(#20116,#20117)
|
||||
enclosing_stmt(#20116,#20115)
|
||||
expr_containers(#20116,#20001)
|
||||
#20118=*
|
||||
exprs(#20118,78,#20116,0,"x")
|
||||
hasLocation(#20118,#20025)
|
||||
enclosing_stmt(#20118,#20115)
|
||||
expr_containers(#20118,#20001)
|
||||
literals("x","x",#20118)
|
||||
decl(#20118,#20111)
|
||||
stmts(#20116,18,#20001,0,"var x = 1;")
|
||||
hasLocation(#20116,#20005)
|
||||
stmt_containers(#20116,#20001)
|
||||
#20117=*
|
||||
exprs(#20117,64,#20116,0,"x = 1")
|
||||
#20118=@"loc,{#10000},1,5,1,9"
|
||||
locations_default(#20118,#10000,1,5,1,9)
|
||||
hasLocation(#20117,#20118)
|
||||
enclosing_stmt(#20117,#20116)
|
||||
expr_containers(#20117,#20001)
|
||||
#20119=*
|
||||
exprs(#20119,3,#20116,1,"1")
|
||||
hasLocation(#20119,#20029)
|
||||
enclosing_stmt(#20119,#20115)
|
||||
exprs(#20119,78,#20117,0,"x")
|
||||
hasLocation(#20119,#20025)
|
||||
enclosing_stmt(#20119,#20116)
|
||||
expr_containers(#20119,#20001)
|
||||
literals("1","1",#20119)
|
||||
literals("x","x",#20119)
|
||||
decl(#20119,#20111)
|
||||
#20120=*
|
||||
stmts(#20120,18,#20001,1,"var y = 2;")
|
||||
hasLocation(#20120,#20007)
|
||||
stmt_containers(#20120,#20001)
|
||||
exprs(#20120,3,#20117,1,"1")
|
||||
hasLocation(#20120,#20029)
|
||||
enclosing_stmt(#20120,#20116)
|
||||
expr_containers(#20120,#20001)
|
||||
literals("1","1",#20120)
|
||||
#20121=*
|
||||
exprs(#20121,64,#20120,0,"y = 2")
|
||||
#20122=@"loc,{#10000},2,5,2,9"
|
||||
locations_default(#20122,#10000,2,5,2,9)
|
||||
hasLocation(#20121,#20122)
|
||||
enclosing_stmt(#20121,#20120)
|
||||
expr_containers(#20121,#20001)
|
||||
#20123=*
|
||||
exprs(#20123,78,#20121,0,"y")
|
||||
hasLocation(#20123,#20035)
|
||||
enclosing_stmt(#20123,#20120)
|
||||
expr_containers(#20123,#20001)
|
||||
literals("y","y",#20123)
|
||||
decl(#20123,#20112)
|
||||
stmts(#20121,18,#20001,1,"var y = 2;")
|
||||
hasLocation(#20121,#20007)
|
||||
stmt_containers(#20121,#20001)
|
||||
#20122=*
|
||||
exprs(#20122,64,#20121,0,"y = 2")
|
||||
#20123=@"loc,{#10000},2,5,2,9"
|
||||
locations_default(#20123,#10000,2,5,2,9)
|
||||
hasLocation(#20122,#20123)
|
||||
enclosing_stmt(#20122,#20121)
|
||||
expr_containers(#20122,#20001)
|
||||
#20124=*
|
||||
exprs(#20124,3,#20121,1,"2")
|
||||
hasLocation(#20124,#20039)
|
||||
enclosing_stmt(#20124,#20120)
|
||||
exprs(#20124,78,#20122,0,"y")
|
||||
hasLocation(#20124,#20035)
|
||||
enclosing_stmt(#20124,#20121)
|
||||
expr_containers(#20124,#20001)
|
||||
literals("2","2",#20124)
|
||||
literals("y","y",#20124)
|
||||
decl(#20124,#20112)
|
||||
#20125=*
|
||||
stmts(#20125,18,#20001,2,"var foo = x && y;")
|
||||
hasLocation(#20125,#20009)
|
||||
stmt_containers(#20125,#20001)
|
||||
exprs(#20125,3,#20122,1,"2")
|
||||
hasLocation(#20125,#20039)
|
||||
enclosing_stmt(#20125,#20121)
|
||||
expr_containers(#20125,#20001)
|
||||
literals("2","2",#20125)
|
||||
#20126=*
|
||||
exprs(#20126,64,#20125,0,"foo = x && y")
|
||||
#20127=@"loc,{#10000},3,5,3,16"
|
||||
locations_default(#20127,#10000,3,5,3,16)
|
||||
hasLocation(#20126,#20127)
|
||||
enclosing_stmt(#20126,#20125)
|
||||
expr_containers(#20126,#20001)
|
||||
#20128=*
|
||||
exprs(#20128,78,#20126,0,"foo")
|
||||
hasLocation(#20128,#20045)
|
||||
enclosing_stmt(#20128,#20125)
|
||||
expr_containers(#20128,#20001)
|
||||
literals("foo","foo",#20128)
|
||||
decl(#20128,#20113)
|
||||
stmts(#20126,18,#20001,2,"var foo = x && y;")
|
||||
hasLocation(#20126,#20009)
|
||||
stmt_containers(#20126,#20001)
|
||||
#20127=*
|
||||
exprs(#20127,64,#20126,0,"foo = x && y")
|
||||
#20128=@"loc,{#10000},3,5,3,16"
|
||||
locations_default(#20128,#10000,3,5,3,16)
|
||||
hasLocation(#20127,#20128)
|
||||
enclosing_stmt(#20127,#20126)
|
||||
expr_containers(#20127,#20001)
|
||||
#20129=*
|
||||
exprs(#20129,44,#20126,1,"x && y")
|
||||
#20130=@"loc,{#10000},3,11,3,16"
|
||||
locations_default(#20130,#10000,3,11,3,16)
|
||||
hasLocation(#20129,#20130)
|
||||
enclosing_stmt(#20129,#20125)
|
||||
exprs(#20129,78,#20127,0,"foo")
|
||||
hasLocation(#20129,#20045)
|
||||
enclosing_stmt(#20129,#20126)
|
||||
expr_containers(#20129,#20001)
|
||||
#20131=*
|
||||
exprs(#20131,79,#20129,0,"x")
|
||||
hasLocation(#20131,#20049)
|
||||
enclosing_stmt(#20131,#20125)
|
||||
expr_containers(#20131,#20001)
|
||||
literals("x","x",#20131)
|
||||
bind(#20131,#20111)
|
||||
literals("foo","foo",#20129)
|
||||
decl(#20129,#20113)
|
||||
#20130=*
|
||||
exprs(#20130,44,#20127,1,"x && y")
|
||||
#20131=@"loc,{#10000},3,11,3,16"
|
||||
locations_default(#20131,#10000,3,11,3,16)
|
||||
hasLocation(#20130,#20131)
|
||||
enclosing_stmt(#20130,#20126)
|
||||
expr_containers(#20130,#20001)
|
||||
#20132=*
|
||||
exprs(#20132,79,#20129,1,"y")
|
||||
hasLocation(#20132,#20053)
|
||||
enclosing_stmt(#20132,#20125)
|
||||
exprs(#20132,79,#20130,0,"x")
|
||||
hasLocation(#20132,#20049)
|
||||
enclosing_stmt(#20132,#20126)
|
||||
expr_containers(#20132,#20001)
|
||||
literals("y","y",#20132)
|
||||
bind(#20132,#20112)
|
||||
literals("x","x",#20132)
|
||||
bind(#20132,#20111)
|
||||
#20133=*
|
||||
stmts(#20133,18,#20001,3,"var bar = x &&= y;")
|
||||
hasLocation(#20133,#20011)
|
||||
stmt_containers(#20133,#20001)
|
||||
exprs(#20133,79,#20130,1,"y")
|
||||
hasLocation(#20133,#20053)
|
||||
enclosing_stmt(#20133,#20126)
|
||||
expr_containers(#20133,#20001)
|
||||
literals("y","y",#20133)
|
||||
bind(#20133,#20112)
|
||||
#20134=*
|
||||
exprs(#20134,64,#20133,0,"bar = x &&= y")
|
||||
#20135=@"loc,{#10000},4,5,4,17"
|
||||
locations_default(#20135,#10000,4,5,4,17)
|
||||
hasLocation(#20134,#20135)
|
||||
enclosing_stmt(#20134,#20133)
|
||||
expr_containers(#20134,#20001)
|
||||
#20136=*
|
||||
exprs(#20136,78,#20134,0,"bar")
|
||||
hasLocation(#20136,#20059)
|
||||
enclosing_stmt(#20136,#20133)
|
||||
expr_containers(#20136,#20001)
|
||||
literals("bar","bar",#20136)
|
||||
decl(#20136,#20114)
|
||||
stmts(#20134,18,#20001,3,"var bar = x &&= y;")
|
||||
hasLocation(#20134,#20011)
|
||||
stmt_containers(#20134,#20001)
|
||||
#20135=*
|
||||
exprs(#20135,64,#20134,0,"bar = x &&= y")
|
||||
#20136=@"loc,{#10000},4,5,4,17"
|
||||
locations_default(#20136,#10000,4,5,4,17)
|
||||
hasLocation(#20135,#20136)
|
||||
enclosing_stmt(#20135,#20134)
|
||||
expr_containers(#20135,#20001)
|
||||
#20137=*
|
||||
exprs(#20137,116,#20134,1,"x &&= y")
|
||||
#20138=@"loc,{#10000},4,11,4,17"
|
||||
locations_default(#20138,#10000,4,11,4,17)
|
||||
hasLocation(#20137,#20138)
|
||||
enclosing_stmt(#20137,#20133)
|
||||
exprs(#20137,78,#20135,0,"bar")
|
||||
hasLocation(#20137,#20059)
|
||||
enclosing_stmt(#20137,#20134)
|
||||
expr_containers(#20137,#20001)
|
||||
#20139=*
|
||||
exprs(#20139,79,#20137,0,"x")
|
||||
hasLocation(#20139,#20063)
|
||||
enclosing_stmt(#20139,#20133)
|
||||
expr_containers(#20139,#20001)
|
||||
literals("x","x",#20139)
|
||||
bind(#20139,#20111)
|
||||
literals("bar","bar",#20137)
|
||||
decl(#20137,#20114)
|
||||
#20138=*
|
||||
exprs(#20138,116,#20135,1,"x &&= y")
|
||||
#20139=@"loc,{#10000},4,11,4,17"
|
||||
locations_default(#20139,#10000,4,11,4,17)
|
||||
hasLocation(#20138,#20139)
|
||||
enclosing_stmt(#20138,#20134)
|
||||
expr_containers(#20138,#20001)
|
||||
#20140=*
|
||||
exprs(#20140,79,#20137,1,"y")
|
||||
hasLocation(#20140,#20067)
|
||||
enclosing_stmt(#20140,#20133)
|
||||
exprs(#20140,79,#20138,0,"x")
|
||||
hasLocation(#20140,#20063)
|
||||
enclosing_stmt(#20140,#20134)
|
||||
expr_containers(#20140,#20001)
|
||||
literals("y","y",#20140)
|
||||
bind(#20140,#20112)
|
||||
literals("x","x",#20140)
|
||||
bind(#20140,#20111)
|
||||
#20141=*
|
||||
stmts(#20141,2,#20001,4,"console.log(x);")
|
||||
#20142=@"loc,{#10000},5,1,5,15"
|
||||
locations_default(#20142,#10000,5,1,5,15)
|
||||
hasLocation(#20141,#20142)
|
||||
stmt_containers(#20141,#20001)
|
||||
#20143=*
|
||||
exprs(#20143,13,#20141,0,"console.log(x)")
|
||||
#20144=@"loc,{#10000},5,1,5,14"
|
||||
locations_default(#20144,#10000,5,1,5,14)
|
||||
hasLocation(#20143,#20144)
|
||||
enclosing_stmt(#20143,#20141)
|
||||
expr_containers(#20143,#20001)
|
||||
#20145=*
|
||||
exprs(#20145,14,#20143,-1,"console.log")
|
||||
#20146=@"loc,{#10000},5,1,5,11"
|
||||
locations_default(#20146,#10000,5,1,5,11)
|
||||
hasLocation(#20145,#20146)
|
||||
enclosing_stmt(#20145,#20141)
|
||||
expr_containers(#20145,#20001)
|
||||
#20147=*
|
||||
exprs(#20147,79,#20145,0,"console")
|
||||
hasLocation(#20147,#20071)
|
||||
enclosing_stmt(#20147,#20141)
|
||||
expr_containers(#20147,#20001)
|
||||
literals("console","console",#20147)
|
||||
#20148=@"var;{console};{#20000}"
|
||||
variables(#20148,"console",#20000)
|
||||
bind(#20147,#20148)
|
||||
#20149=*
|
||||
exprs(#20149,0,#20145,1,"log")
|
||||
hasLocation(#20149,#20075)
|
||||
enclosing_stmt(#20149,#20141)
|
||||
expr_containers(#20149,#20001)
|
||||
literals("log","log",#20149)
|
||||
exprs(#20141,79,#20138,1,"y")
|
||||
hasLocation(#20141,#20067)
|
||||
enclosing_stmt(#20141,#20134)
|
||||
expr_containers(#20141,#20001)
|
||||
literals("y","y",#20141)
|
||||
bind(#20141,#20112)
|
||||
#20142=*
|
||||
stmts(#20142,2,#20001,4,"console.log(x);")
|
||||
#20143=@"loc,{#10000},5,1,5,15"
|
||||
locations_default(#20143,#10000,5,1,5,15)
|
||||
hasLocation(#20142,#20143)
|
||||
stmt_containers(#20142,#20001)
|
||||
#20144=*
|
||||
exprs(#20144,13,#20142,0,"console.log(x)")
|
||||
#20145=@"loc,{#10000},5,1,5,14"
|
||||
locations_default(#20145,#10000,5,1,5,14)
|
||||
hasLocation(#20144,#20145)
|
||||
enclosing_stmt(#20144,#20142)
|
||||
expr_containers(#20144,#20001)
|
||||
#20146=*
|
||||
exprs(#20146,14,#20144,-1,"console.log")
|
||||
#20147=@"loc,{#10000},5,1,5,11"
|
||||
locations_default(#20147,#10000,5,1,5,11)
|
||||
hasLocation(#20146,#20147)
|
||||
enclosing_stmt(#20146,#20142)
|
||||
expr_containers(#20146,#20001)
|
||||
#20148=*
|
||||
exprs(#20148,79,#20146,0,"console")
|
||||
hasLocation(#20148,#20071)
|
||||
enclosing_stmt(#20148,#20142)
|
||||
expr_containers(#20148,#20001)
|
||||
literals("console","console",#20148)
|
||||
#20149=@"var;{console};{#20000}"
|
||||
variables(#20149,"console",#20000)
|
||||
bind(#20148,#20149)
|
||||
#20150=*
|
||||
exprs(#20150,79,#20143,0,"x")
|
||||
hasLocation(#20150,#20079)
|
||||
enclosing_stmt(#20150,#20141)
|
||||
exprs(#20150,0,#20146,1,"log")
|
||||
hasLocation(#20150,#20075)
|
||||
enclosing_stmt(#20150,#20142)
|
||||
expr_containers(#20150,#20001)
|
||||
literals("x","x",#20150)
|
||||
bind(#20150,#20111)
|
||||
literals("log","log",#20150)
|
||||
#20151=*
|
||||
stmts(#20151,2,#20001,5,"x &&= y;")
|
||||
hasLocation(#20151,#20017)
|
||||
stmt_containers(#20151,#20001)
|
||||
exprs(#20151,79,#20144,0,"x")
|
||||
hasLocation(#20151,#20079)
|
||||
enclosing_stmt(#20151,#20142)
|
||||
expr_containers(#20151,#20001)
|
||||
literals("x","x",#20151)
|
||||
bind(#20151,#20111)
|
||||
#20152=*
|
||||
exprs(#20152,116,#20151,0,"x &&= y")
|
||||
#20153=@"loc,{#10000},7,1,7,7"
|
||||
locations_default(#20153,#10000,7,1,7,7)
|
||||
hasLocation(#20152,#20153)
|
||||
enclosing_stmt(#20152,#20151)
|
||||
expr_containers(#20152,#20001)
|
||||
#20154=*
|
||||
exprs(#20154,79,#20152,0,"x")
|
||||
hasLocation(#20154,#20085)
|
||||
enclosing_stmt(#20154,#20151)
|
||||
expr_containers(#20154,#20001)
|
||||
literals("x","x",#20154)
|
||||
bind(#20154,#20111)
|
||||
stmts(#20152,2,#20001,5,"x &&= y;")
|
||||
hasLocation(#20152,#20017)
|
||||
stmt_containers(#20152,#20001)
|
||||
#20153=*
|
||||
exprs(#20153,116,#20152,0,"x &&= y")
|
||||
#20154=@"loc,{#10000},7,1,7,7"
|
||||
locations_default(#20154,#10000,7,1,7,7)
|
||||
hasLocation(#20153,#20154)
|
||||
enclosing_stmt(#20153,#20152)
|
||||
expr_containers(#20153,#20001)
|
||||
#20155=*
|
||||
exprs(#20155,79,#20152,1,"y")
|
||||
hasLocation(#20155,#20089)
|
||||
enclosing_stmt(#20155,#20151)
|
||||
exprs(#20155,79,#20153,0,"x")
|
||||
hasLocation(#20155,#20085)
|
||||
enclosing_stmt(#20155,#20152)
|
||||
expr_containers(#20155,#20001)
|
||||
literals("y","y",#20155)
|
||||
bind(#20155,#20112)
|
||||
literals("x","x",#20155)
|
||||
bind(#20155,#20111)
|
||||
#20156=*
|
||||
stmts(#20156,2,#20001,6,"x ||= y;")
|
||||
hasLocation(#20156,#20019)
|
||||
stmt_containers(#20156,#20001)
|
||||
exprs(#20156,79,#20153,1,"y")
|
||||
hasLocation(#20156,#20089)
|
||||
enclosing_stmt(#20156,#20152)
|
||||
expr_containers(#20156,#20001)
|
||||
literals("y","y",#20156)
|
||||
bind(#20156,#20112)
|
||||
#20157=*
|
||||
exprs(#20157,117,#20156,0,"x ||= y")
|
||||
#20158=@"loc,{#10000},8,1,8,7"
|
||||
locations_default(#20158,#10000,8,1,8,7)
|
||||
hasLocation(#20157,#20158)
|
||||
enclosing_stmt(#20157,#20156)
|
||||
expr_containers(#20157,#20001)
|
||||
#20159=*
|
||||
exprs(#20159,79,#20157,0,"x")
|
||||
hasLocation(#20159,#20093)
|
||||
enclosing_stmt(#20159,#20156)
|
||||
expr_containers(#20159,#20001)
|
||||
literals("x","x",#20159)
|
||||
bind(#20159,#20111)
|
||||
stmts(#20157,2,#20001,6,"x ||= y;")
|
||||
hasLocation(#20157,#20019)
|
||||
stmt_containers(#20157,#20001)
|
||||
#20158=*
|
||||
exprs(#20158,117,#20157,0,"x ||= y")
|
||||
#20159=@"loc,{#10000},8,1,8,7"
|
||||
locations_default(#20159,#10000,8,1,8,7)
|
||||
hasLocation(#20158,#20159)
|
||||
enclosing_stmt(#20158,#20157)
|
||||
expr_containers(#20158,#20001)
|
||||
#20160=*
|
||||
exprs(#20160,79,#20157,1,"y")
|
||||
hasLocation(#20160,#20097)
|
||||
enclosing_stmt(#20160,#20156)
|
||||
exprs(#20160,79,#20158,0,"x")
|
||||
hasLocation(#20160,#20093)
|
||||
enclosing_stmt(#20160,#20157)
|
||||
expr_containers(#20160,#20001)
|
||||
literals("y","y",#20160)
|
||||
bind(#20160,#20112)
|
||||
literals("x","x",#20160)
|
||||
bind(#20160,#20111)
|
||||
#20161=*
|
||||
stmts(#20161,2,#20001,7,"x ??= y;")
|
||||
hasLocation(#20161,#20021)
|
||||
stmt_containers(#20161,#20001)
|
||||
exprs(#20161,79,#20158,1,"y")
|
||||
hasLocation(#20161,#20097)
|
||||
enclosing_stmt(#20161,#20157)
|
||||
expr_containers(#20161,#20001)
|
||||
literals("y","y",#20161)
|
||||
bind(#20161,#20112)
|
||||
#20162=*
|
||||
exprs(#20162,118,#20161,0,"x ??= y")
|
||||
#20163=@"loc,{#10000},9,1,9,7"
|
||||
locations_default(#20163,#10000,9,1,9,7)
|
||||
hasLocation(#20162,#20163)
|
||||
enclosing_stmt(#20162,#20161)
|
||||
expr_containers(#20162,#20001)
|
||||
#20164=*
|
||||
exprs(#20164,79,#20162,0,"x")
|
||||
hasLocation(#20164,#20101)
|
||||
enclosing_stmt(#20164,#20161)
|
||||
expr_containers(#20164,#20001)
|
||||
literals("x","x",#20164)
|
||||
bind(#20164,#20111)
|
||||
stmts(#20162,2,#20001,7,"x ??= y;")
|
||||
hasLocation(#20162,#20021)
|
||||
stmt_containers(#20162,#20001)
|
||||
#20163=*
|
||||
exprs(#20163,118,#20162,0,"x ??= y")
|
||||
#20164=@"loc,{#10000},9,1,9,7"
|
||||
locations_default(#20164,#10000,9,1,9,7)
|
||||
hasLocation(#20163,#20164)
|
||||
enclosing_stmt(#20163,#20162)
|
||||
expr_containers(#20163,#20001)
|
||||
#20165=*
|
||||
exprs(#20165,79,#20162,1,"y")
|
||||
hasLocation(#20165,#20105)
|
||||
enclosing_stmt(#20165,#20161)
|
||||
exprs(#20165,79,#20163,0,"x")
|
||||
hasLocation(#20165,#20101)
|
||||
enclosing_stmt(#20165,#20162)
|
||||
expr_containers(#20165,#20001)
|
||||
literals("y","y",#20165)
|
||||
bind(#20165,#20112)
|
||||
literals("x","x",#20165)
|
||||
bind(#20165,#20111)
|
||||
#20166=*
|
||||
entry_cfg_node(#20166,#20001)
|
||||
#20167=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20167,#10000,1,1,1,0)
|
||||
hasLocation(#20166,#20167)
|
||||
#20168=*
|
||||
exit_cfg_node(#20168,#20001)
|
||||
hasLocation(#20168,#20109)
|
||||
successor(#20161,#20164)
|
||||
successor(#20164,#20165)
|
||||
successor(#20164,#20168)
|
||||
successor(#20165,#20162)
|
||||
successor(#20162,#20168)
|
||||
successor(#20156,#20159)
|
||||
exprs(#20166,79,#20163,1,"y")
|
||||
hasLocation(#20166,#20105)
|
||||
enclosing_stmt(#20166,#20162)
|
||||
expr_containers(#20166,#20001)
|
||||
literals("y","y",#20166)
|
||||
bind(#20166,#20112)
|
||||
#20167=*
|
||||
entry_cfg_node(#20167,#20001)
|
||||
#20168=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20168,#10000,1,1,1,0)
|
||||
hasLocation(#20167,#20168)
|
||||
#20169=*
|
||||
guard_node(#20169,1,#20159)
|
||||
hasLocation(#20169,#20093)
|
||||
successor(#20169,#20161)
|
||||
exit_cfg_node(#20169,#20001)
|
||||
hasLocation(#20169,#20109)
|
||||
successor(#20162,#20165)
|
||||
successor(#20165,#20166)
|
||||
successor(#20165,#20169)
|
||||
successor(#20166,#20163)
|
||||
successor(#20163,#20169)
|
||||
successor(#20157,#20160)
|
||||
#20170=*
|
||||
guard_node(#20170,0,#20159)
|
||||
guard_node(#20170,1,#20160)
|
||||
hasLocation(#20170,#20093)
|
||||
successor(#20170,#20160)
|
||||
successor(#20159,#20169)
|
||||
successor(#20159,#20170)
|
||||
successor(#20160,#20157)
|
||||
successor(#20157,#20161)
|
||||
successor(#20151,#20154)
|
||||
successor(#20170,#20162)
|
||||
#20171=*
|
||||
guard_node(#20171,1,#20154)
|
||||
hasLocation(#20171,#20085)
|
||||
successor(#20171,#20155)
|
||||
guard_node(#20171,0,#20160)
|
||||
hasLocation(#20171,#20093)
|
||||
successor(#20171,#20161)
|
||||
successor(#20160,#20170)
|
||||
successor(#20160,#20171)
|
||||
successor(#20161,#20158)
|
||||
successor(#20158,#20162)
|
||||
successor(#20152,#20155)
|
||||
#20172=*
|
||||
guard_node(#20172,0,#20154)
|
||||
guard_node(#20172,1,#20155)
|
||||
hasLocation(#20172,#20085)
|
||||
successor(#20172,#20156)
|
||||
successor(#20154,#20171)
|
||||
successor(#20154,#20172)
|
||||
successor(#20155,#20152)
|
||||
successor(#20152,#20156)
|
||||
successor(#20141,#20147)
|
||||
successor(#20150,#20143)
|
||||
successor(#20149,#20145)
|
||||
successor(#20147,#20149)
|
||||
successor(#20145,#20150)
|
||||
successor(#20143,#20151)
|
||||
successor(#20133,#20136)
|
||||
#20173=*
|
||||
guard_node(#20173,1,#20139)
|
||||
hasLocation(#20173,#20063)
|
||||
successor(#20173,#20140)
|
||||
guard_node(#20173,0,#20155)
|
||||
hasLocation(#20173,#20085)
|
||||
successor(#20173,#20157)
|
||||
successor(#20155,#20172)
|
||||
successor(#20155,#20173)
|
||||
successor(#20156,#20153)
|
||||
successor(#20153,#20157)
|
||||
successor(#20142,#20148)
|
||||
successor(#20151,#20144)
|
||||
successor(#20150,#20146)
|
||||
successor(#20148,#20150)
|
||||
successor(#20146,#20151)
|
||||
successor(#20144,#20152)
|
||||
successor(#20134,#20137)
|
||||
#20174=*
|
||||
guard_node(#20174,0,#20139)
|
||||
guard_node(#20174,1,#20140)
|
||||
hasLocation(#20174,#20063)
|
||||
successor(#20174,#20134)
|
||||
successor(#20139,#20173)
|
||||
successor(#20139,#20174)
|
||||
successor(#20140,#20137)
|
||||
successor(#20137,#20134)
|
||||
successor(#20136,#20139)
|
||||
successor(#20134,#20141)
|
||||
successor(#20125,#20128)
|
||||
successor(#20129,#20131)
|
||||
successor(#20174,#20141)
|
||||
#20175=*
|
||||
guard_node(#20175,1,#20131)
|
||||
hasLocation(#20175,#20049)
|
||||
successor(#20175,#20132)
|
||||
guard_node(#20175,0,#20140)
|
||||
hasLocation(#20175,#20063)
|
||||
successor(#20175,#20135)
|
||||
successor(#20140,#20174)
|
||||
successor(#20140,#20175)
|
||||
successor(#20141,#20138)
|
||||
successor(#20138,#20135)
|
||||
successor(#20137,#20140)
|
||||
successor(#20135,#20142)
|
||||
successor(#20126,#20129)
|
||||
successor(#20130,#20132)
|
||||
#20176=*
|
||||
guard_node(#20176,0,#20131)
|
||||
guard_node(#20176,1,#20132)
|
||||
hasLocation(#20176,#20049)
|
||||
successor(#20176,#20126)
|
||||
successor(#20131,#20175)
|
||||
successor(#20131,#20176)
|
||||
successor(#20132,#20126)
|
||||
successor(#20128,#20129)
|
||||
successor(#20126,#20133)
|
||||
successor(#20120,#20123)
|
||||
successor(#20124,#20121)
|
||||
successor(#20123,#20124)
|
||||
successor(#20121,#20125)
|
||||
successor(#20115,#20118)
|
||||
successor(#20119,#20116)
|
||||
successor(#20118,#20119)
|
||||
successor(#20116,#20120)
|
||||
successor(#20166,#20115)
|
||||
successor(#20176,#20133)
|
||||
#20177=*
|
||||
guard_node(#20177,0,#20132)
|
||||
hasLocation(#20177,#20049)
|
||||
successor(#20177,#20127)
|
||||
successor(#20132,#20176)
|
||||
successor(#20132,#20177)
|
||||
successor(#20133,#20127)
|
||||
successor(#20129,#20130)
|
||||
successor(#20127,#20134)
|
||||
successor(#20121,#20124)
|
||||
successor(#20125,#20122)
|
||||
successor(#20124,#20125)
|
||||
successor(#20122,#20126)
|
||||
successor(#20116,#20119)
|
||||
successor(#20120,#20117)
|
||||
successor(#20119,#20120)
|
||||
successor(#20117,#20121)
|
||||
successor(#20167,#20116)
|
||||
numlines(#10000,9,8,1)
|
||||
filetype(#10000,"javascript")
|
||||
|
||||
@@ -248,188 +248,190 @@ hasLocation(#20001,#20088)
|
||||
variables(#20089,"fee",#20000)
|
||||
#20090=@"var;{amount};{#20000}"
|
||||
variables(#20090,"amount",#20000)
|
||||
#20091=*
|
||||
stmts(#20091,2,#20001,0,"1_000_000_000")
|
||||
hasLocation(#20091,#20033)
|
||||
stmt_containers(#20091,#20001)
|
||||
#20091=@"var;{this};{#20000}"
|
||||
variables(#20091,"this",#20000)
|
||||
#20092=*
|
||||
exprs(#20092,3,#20091,0,"1_000_000_000")
|
||||
stmts(#20092,2,#20001,0,"1_000_000_000")
|
||||
hasLocation(#20092,#20033)
|
||||
enclosing_stmt(#20092,#20091)
|
||||
expr_containers(#20092,#20001)
|
||||
literals("1000000000","1_000_000_000",#20092)
|
||||
stmt_containers(#20092,#20001)
|
||||
#20093=*
|
||||
stmts(#20093,2,#20001,1,"101_475_938.38")
|
||||
hasLocation(#20093,#20035)
|
||||
stmt_containers(#20093,#20001)
|
||||
exprs(#20093,3,#20092,0,"1_000_000_000")
|
||||
hasLocation(#20093,#20033)
|
||||
enclosing_stmt(#20093,#20092)
|
||||
expr_containers(#20093,#20001)
|
||||
literals("1000000000","1_000_000_000",#20093)
|
||||
#20094=*
|
||||
exprs(#20094,3,#20093,0,"101_475_938.38")
|
||||
stmts(#20094,2,#20001,1,"101_475_938.38")
|
||||
hasLocation(#20094,#20035)
|
||||
enclosing_stmt(#20094,#20093)
|
||||
expr_containers(#20094,#20001)
|
||||
literals("1.0147593838E8","101_475_938.38",#20094)
|
||||
stmt_containers(#20094,#20001)
|
||||
#20095=*
|
||||
stmts(#20095,23,#20001,2,"let fee = 123_00;")
|
||||
#20096=@"loc,{#10000},4,1,4,17"
|
||||
locations_default(#20096,#10000,4,1,4,17)
|
||||
hasLocation(#20095,#20096)
|
||||
stmt_containers(#20095,#20001)
|
||||
#20097=*
|
||||
exprs(#20097,64,#20095,0,"fee = 123_00")
|
||||
#20098=@"loc,{#10000},4,5,4,16"
|
||||
locations_default(#20098,#10000,4,5,4,16)
|
||||
hasLocation(#20097,#20098)
|
||||
enclosing_stmt(#20097,#20095)
|
||||
expr_containers(#20097,#20001)
|
||||
#20099=*
|
||||
exprs(#20099,78,#20097,0,"fee")
|
||||
hasLocation(#20099,#20039)
|
||||
enclosing_stmt(#20099,#20095)
|
||||
expr_containers(#20099,#20001)
|
||||
literals("fee","fee",#20099)
|
||||
decl(#20099,#20089)
|
||||
exprs(#20095,3,#20094,0,"101_475_938.38")
|
||||
hasLocation(#20095,#20035)
|
||||
enclosing_stmt(#20095,#20094)
|
||||
expr_containers(#20095,#20001)
|
||||
literals("1.0147593838E8","101_475_938.38",#20095)
|
||||
#20096=*
|
||||
stmts(#20096,23,#20001,2,"let fee = 123_00;")
|
||||
#20097=@"loc,{#10000},4,1,4,17"
|
||||
locations_default(#20097,#10000,4,1,4,17)
|
||||
hasLocation(#20096,#20097)
|
||||
stmt_containers(#20096,#20001)
|
||||
#20098=*
|
||||
exprs(#20098,64,#20096,0,"fee = 123_00")
|
||||
#20099=@"loc,{#10000},4,5,4,16"
|
||||
locations_default(#20099,#10000,4,5,4,16)
|
||||
hasLocation(#20098,#20099)
|
||||
enclosing_stmt(#20098,#20096)
|
||||
expr_containers(#20098,#20001)
|
||||
#20100=*
|
||||
exprs(#20100,3,#20097,1,"123_00")
|
||||
hasLocation(#20100,#20043)
|
||||
enclosing_stmt(#20100,#20095)
|
||||
exprs(#20100,78,#20098,0,"fee")
|
||||
hasLocation(#20100,#20039)
|
||||
enclosing_stmt(#20100,#20096)
|
||||
expr_containers(#20100,#20001)
|
||||
literals("12300","123_00",#20100)
|
||||
literals("fee","fee",#20100)
|
||||
decl(#20100,#20089)
|
||||
#20101=*
|
||||
stmts(#20101,23,#20001,3,"let fee = 12_300;")
|
||||
#20102=@"loc,{#10000},5,1,5,17"
|
||||
locations_default(#20102,#10000,5,1,5,17)
|
||||
hasLocation(#20101,#20102)
|
||||
stmt_containers(#20101,#20001)
|
||||
#20103=*
|
||||
exprs(#20103,64,#20101,0,"fee = 12_300")
|
||||
#20104=@"loc,{#10000},5,5,5,16"
|
||||
locations_default(#20104,#10000,5,5,5,16)
|
||||
hasLocation(#20103,#20104)
|
||||
enclosing_stmt(#20103,#20101)
|
||||
expr_containers(#20103,#20001)
|
||||
#20105=*
|
||||
exprs(#20105,78,#20103,0,"fee")
|
||||
hasLocation(#20105,#20049)
|
||||
enclosing_stmt(#20105,#20101)
|
||||
expr_containers(#20105,#20001)
|
||||
literals("fee","fee",#20105)
|
||||
decl(#20105,#20089)
|
||||
exprs(#20101,3,#20098,1,"123_00")
|
||||
hasLocation(#20101,#20043)
|
||||
enclosing_stmt(#20101,#20096)
|
||||
expr_containers(#20101,#20001)
|
||||
literals("12300","123_00",#20101)
|
||||
#20102=*
|
||||
stmts(#20102,23,#20001,3,"let fee = 12_300;")
|
||||
#20103=@"loc,{#10000},5,1,5,17"
|
||||
locations_default(#20103,#10000,5,1,5,17)
|
||||
hasLocation(#20102,#20103)
|
||||
stmt_containers(#20102,#20001)
|
||||
#20104=*
|
||||
exprs(#20104,64,#20102,0,"fee = 12_300")
|
||||
#20105=@"loc,{#10000},5,5,5,16"
|
||||
locations_default(#20105,#10000,5,5,5,16)
|
||||
hasLocation(#20104,#20105)
|
||||
enclosing_stmt(#20104,#20102)
|
||||
expr_containers(#20104,#20001)
|
||||
#20106=*
|
||||
exprs(#20106,3,#20103,1,"12_300")
|
||||
hasLocation(#20106,#20053)
|
||||
enclosing_stmt(#20106,#20101)
|
||||
exprs(#20106,78,#20104,0,"fee")
|
||||
hasLocation(#20106,#20049)
|
||||
enclosing_stmt(#20106,#20102)
|
||||
expr_containers(#20106,#20001)
|
||||
literals("12300","12_300",#20106)
|
||||
literals("fee","fee",#20106)
|
||||
decl(#20106,#20089)
|
||||
#20107=*
|
||||
stmts(#20107,23,#20001,4,"let amo ... 345_00;")
|
||||
#20108=@"loc,{#10000},6,1,6,22"
|
||||
locations_default(#20108,#10000,6,1,6,22)
|
||||
hasLocation(#20107,#20108)
|
||||
stmt_containers(#20107,#20001)
|
||||
#20109=*
|
||||
exprs(#20109,64,#20107,0,"amount = 12345_00")
|
||||
#20110=@"loc,{#10000},6,5,6,21"
|
||||
locations_default(#20110,#10000,6,5,6,21)
|
||||
hasLocation(#20109,#20110)
|
||||
enclosing_stmt(#20109,#20107)
|
||||
expr_containers(#20109,#20001)
|
||||
#20111=*
|
||||
exprs(#20111,78,#20109,0,"amount")
|
||||
hasLocation(#20111,#20059)
|
||||
enclosing_stmt(#20111,#20107)
|
||||
expr_containers(#20111,#20001)
|
||||
literals("amount","amount",#20111)
|
||||
decl(#20111,#20090)
|
||||
exprs(#20107,3,#20104,1,"12_300")
|
||||
hasLocation(#20107,#20053)
|
||||
enclosing_stmt(#20107,#20102)
|
||||
expr_containers(#20107,#20001)
|
||||
literals("12300","12_300",#20107)
|
||||
#20108=*
|
||||
stmts(#20108,23,#20001,4,"let amo ... 345_00;")
|
||||
#20109=@"loc,{#10000},6,1,6,22"
|
||||
locations_default(#20109,#10000,6,1,6,22)
|
||||
hasLocation(#20108,#20109)
|
||||
stmt_containers(#20108,#20001)
|
||||
#20110=*
|
||||
exprs(#20110,64,#20108,0,"amount = 12345_00")
|
||||
#20111=@"loc,{#10000},6,5,6,21"
|
||||
locations_default(#20111,#10000,6,5,6,21)
|
||||
hasLocation(#20110,#20111)
|
||||
enclosing_stmt(#20110,#20108)
|
||||
expr_containers(#20110,#20001)
|
||||
#20112=*
|
||||
exprs(#20112,3,#20109,1,"12345_00")
|
||||
hasLocation(#20112,#20063)
|
||||
enclosing_stmt(#20112,#20107)
|
||||
exprs(#20112,78,#20110,0,"amount")
|
||||
hasLocation(#20112,#20059)
|
||||
enclosing_stmt(#20112,#20108)
|
||||
expr_containers(#20112,#20001)
|
||||
literals("1234500","12345_00",#20112)
|
||||
literals("amount","amount",#20112)
|
||||
decl(#20112,#20090)
|
||||
#20113=*
|
||||
stmts(#20113,23,#20001,5,"let amo ... 3_4500;")
|
||||
#20114=@"loc,{#10000},7,1,7,22"
|
||||
locations_default(#20114,#10000,7,1,7,22)
|
||||
hasLocation(#20113,#20114)
|
||||
stmt_containers(#20113,#20001)
|
||||
#20115=*
|
||||
exprs(#20115,64,#20113,0,"amount = 123_4500")
|
||||
#20116=@"loc,{#10000},7,5,7,21"
|
||||
locations_default(#20116,#10000,7,5,7,21)
|
||||
hasLocation(#20115,#20116)
|
||||
enclosing_stmt(#20115,#20113)
|
||||
expr_containers(#20115,#20001)
|
||||
#20117=*
|
||||
exprs(#20117,78,#20115,0,"amount")
|
||||
hasLocation(#20117,#20069)
|
||||
enclosing_stmt(#20117,#20113)
|
||||
expr_containers(#20117,#20001)
|
||||
literals("amount","amount",#20117)
|
||||
decl(#20117,#20090)
|
||||
exprs(#20113,3,#20110,1,"12345_00")
|
||||
hasLocation(#20113,#20063)
|
||||
enclosing_stmt(#20113,#20108)
|
||||
expr_containers(#20113,#20001)
|
||||
literals("1234500","12345_00",#20113)
|
||||
#20114=*
|
||||
stmts(#20114,23,#20001,5,"let amo ... 3_4500;")
|
||||
#20115=@"loc,{#10000},7,1,7,22"
|
||||
locations_default(#20115,#10000,7,1,7,22)
|
||||
hasLocation(#20114,#20115)
|
||||
stmt_containers(#20114,#20001)
|
||||
#20116=*
|
||||
exprs(#20116,64,#20114,0,"amount = 123_4500")
|
||||
#20117=@"loc,{#10000},7,5,7,21"
|
||||
locations_default(#20117,#10000,7,5,7,21)
|
||||
hasLocation(#20116,#20117)
|
||||
enclosing_stmt(#20116,#20114)
|
||||
expr_containers(#20116,#20001)
|
||||
#20118=*
|
||||
exprs(#20118,3,#20115,1,"123_4500")
|
||||
hasLocation(#20118,#20073)
|
||||
enclosing_stmt(#20118,#20113)
|
||||
exprs(#20118,78,#20116,0,"amount")
|
||||
hasLocation(#20118,#20069)
|
||||
enclosing_stmt(#20118,#20114)
|
||||
expr_containers(#20118,#20001)
|
||||
literals("1234500","123_4500",#20118)
|
||||
literals("amount","amount",#20118)
|
||||
decl(#20118,#20090)
|
||||
#20119=*
|
||||
stmts(#20119,23,#20001,6,"let amo ... 34_500;")
|
||||
#20120=@"loc,{#10000},8,1,8,23"
|
||||
locations_default(#20120,#10000,8,1,8,23)
|
||||
hasLocation(#20119,#20120)
|
||||
stmt_containers(#20119,#20001)
|
||||
#20121=*
|
||||
exprs(#20121,64,#20119,0,"amount = 1_234_500")
|
||||
#20122=@"loc,{#10000},8,5,8,22"
|
||||
locations_default(#20122,#10000,8,5,8,22)
|
||||
hasLocation(#20121,#20122)
|
||||
enclosing_stmt(#20121,#20119)
|
||||
expr_containers(#20121,#20001)
|
||||
#20123=*
|
||||
exprs(#20123,78,#20121,0,"amount")
|
||||
hasLocation(#20123,#20079)
|
||||
enclosing_stmt(#20123,#20119)
|
||||
expr_containers(#20123,#20001)
|
||||
literals("amount","amount",#20123)
|
||||
decl(#20123,#20090)
|
||||
exprs(#20119,3,#20116,1,"123_4500")
|
||||
hasLocation(#20119,#20073)
|
||||
enclosing_stmt(#20119,#20114)
|
||||
expr_containers(#20119,#20001)
|
||||
literals("1234500","123_4500",#20119)
|
||||
#20120=*
|
||||
stmts(#20120,23,#20001,6,"let amo ... 34_500;")
|
||||
#20121=@"loc,{#10000},8,1,8,23"
|
||||
locations_default(#20121,#10000,8,1,8,23)
|
||||
hasLocation(#20120,#20121)
|
||||
stmt_containers(#20120,#20001)
|
||||
#20122=*
|
||||
exprs(#20122,64,#20120,0,"amount = 1_234_500")
|
||||
#20123=@"loc,{#10000},8,5,8,22"
|
||||
locations_default(#20123,#10000,8,5,8,22)
|
||||
hasLocation(#20122,#20123)
|
||||
enclosing_stmt(#20122,#20120)
|
||||
expr_containers(#20122,#20001)
|
||||
#20124=*
|
||||
exprs(#20124,3,#20121,1,"1_234_500")
|
||||
hasLocation(#20124,#20083)
|
||||
enclosing_stmt(#20124,#20119)
|
||||
exprs(#20124,78,#20122,0,"amount")
|
||||
hasLocation(#20124,#20079)
|
||||
enclosing_stmt(#20124,#20120)
|
||||
expr_containers(#20124,#20001)
|
||||
literals("1234500","1_234_500",#20124)
|
||||
literals("amount","amount",#20124)
|
||||
decl(#20124,#20090)
|
||||
#20125=*
|
||||
entry_cfg_node(#20125,#20001)
|
||||
#20126=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20126,#10000,1,1,1,0)
|
||||
hasLocation(#20125,#20126)
|
||||
#20127=*
|
||||
exit_cfg_node(#20127,#20001)
|
||||
hasLocation(#20127,#20087)
|
||||
successor(#20119,#20123)
|
||||
successor(#20124,#20121)
|
||||
successor(#20123,#20124)
|
||||
successor(#20121,#20127)
|
||||
successor(#20113,#20117)
|
||||
successor(#20118,#20115)
|
||||
successor(#20117,#20118)
|
||||
successor(#20115,#20119)
|
||||
successor(#20107,#20111)
|
||||
successor(#20112,#20109)
|
||||
successor(#20111,#20112)
|
||||
successor(#20109,#20113)
|
||||
successor(#20101,#20105)
|
||||
successor(#20106,#20103)
|
||||
successor(#20105,#20106)
|
||||
successor(#20103,#20107)
|
||||
successor(#20095,#20099)
|
||||
successor(#20100,#20097)
|
||||
successor(#20099,#20100)
|
||||
successor(#20097,#20101)
|
||||
successor(#20093,#20094)
|
||||
exprs(#20125,3,#20122,1,"1_234_500")
|
||||
hasLocation(#20125,#20083)
|
||||
enclosing_stmt(#20125,#20120)
|
||||
expr_containers(#20125,#20001)
|
||||
literals("1234500","1_234_500",#20125)
|
||||
#20126=*
|
||||
entry_cfg_node(#20126,#20001)
|
||||
#20127=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20127,#10000,1,1,1,0)
|
||||
hasLocation(#20126,#20127)
|
||||
#20128=*
|
||||
exit_cfg_node(#20128,#20001)
|
||||
hasLocation(#20128,#20087)
|
||||
successor(#20120,#20124)
|
||||
successor(#20125,#20122)
|
||||
successor(#20124,#20125)
|
||||
successor(#20122,#20128)
|
||||
successor(#20114,#20118)
|
||||
successor(#20119,#20116)
|
||||
successor(#20118,#20119)
|
||||
successor(#20116,#20120)
|
||||
successor(#20108,#20112)
|
||||
successor(#20113,#20110)
|
||||
successor(#20112,#20113)
|
||||
successor(#20110,#20114)
|
||||
successor(#20102,#20106)
|
||||
successor(#20107,#20104)
|
||||
successor(#20106,#20107)
|
||||
successor(#20104,#20108)
|
||||
successor(#20096,#20100)
|
||||
successor(#20101,#20098)
|
||||
successor(#20100,#20101)
|
||||
successor(#20098,#20102)
|
||||
successor(#20094,#20095)
|
||||
successor(#20091,#20092)
|
||||
successor(#20095,#20096)
|
||||
successor(#20092,#20093)
|
||||
successor(#20125,#20091)
|
||||
successor(#20093,#20094)
|
||||
successor(#20126,#20092)
|
||||
numlines(#10000,8,7,7)
|
||||
filetype(#10000,"javascript")
|
||||
|
||||
Reference in New Issue
Block a user