Files
codeql/javascript/extractor/tests/esnext/output/trap/nullish-coalescing.js.trap
2021-09-14 10:25:42 +02:00

495 lines
13 KiB
Plaintext

#10000=@"/nullish-coalescing.js;sourcefile"
files(#10000,"/nullish-coalescing.js")
#10001=@"/;folder"
folders(#10001,"/")
containerparent(#10001,#10000)
#10002=@"loc,{#10000},0,0,0,0"
locations_default(#10002,#10000,0,0,0,0)
hasLocation(#10000,#10002)
#20000=@"global_scope"
scopes(#20000,0)
#20001=@"script;{#10000},1,1"
#20002=*
lines(#20002,#20001,"x1 ?? y1;","
")
#20003=@"loc,{#10000},1,1,1,9"
locations_default(#20003,#10000,1,1,1,9)
hasLocation(#20002,#20003)
#20004=*
lines(#20004,#20001,"","
")
#20005=@"loc,{#10000},2,1,2,0"
locations_default(#20005,#10000,2,1,2,0)
hasLocation(#20004,#20005)
#20006=*
lines(#20006,#20001,"x2 || y2 ?? z2;","
")
#20007=@"loc,{#10000},3,1,3,15"
locations_default(#20007,#10000,3,1,3,15)
hasLocation(#20006,#20007)
#20008=*
lines(#20008,#20001,"x3 ?? y3 || z3;","
")
#20009=@"loc,{#10000},4,1,4,15"
locations_default(#20009,#10000,4,1,4,15)
hasLocation(#20008,#20009)
#20010=*
lines(#20010,#20001,"","
")
#20011=@"loc,{#10000},5,1,5,0"
locations_default(#20011,#10000,5,1,5,0)
hasLocation(#20010,#20011)
#20012=*
lines(#20012,#20001,"x4 && y4 ?? z4;","
")
#20013=@"loc,{#10000},6,1,6,15"
locations_default(#20013,#10000,6,1,6,15)
hasLocation(#20012,#20013)
#20014=*
lines(#20014,#20001,"x5 ?? y5 && z5;","")
#20015=@"loc,{#10000},7,1,7,15"
locations_default(#20015,#10000,7,1,7,15)
hasLocation(#20014,#20015)
numlines(#20001,7,5,0)
#20016=*
tokeninfo(#20016,6,#20001,0,"x1")
#20017=@"loc,{#10000},1,1,1,2"
locations_default(#20017,#10000,1,1,1,2)
hasLocation(#20016,#20017)
#20018=*
tokeninfo(#20018,8,#20001,1,"??")
#20019=@"loc,{#10000},1,4,1,5"
locations_default(#20019,#10000,1,4,1,5)
hasLocation(#20018,#20019)
#20020=*
tokeninfo(#20020,6,#20001,2,"y1")
#20021=@"loc,{#10000},1,7,1,8"
locations_default(#20021,#10000,1,7,1,8)
hasLocation(#20020,#20021)
#20022=*
tokeninfo(#20022,8,#20001,3,";")
#20023=@"loc,{#10000},1,9,1,9"
locations_default(#20023,#10000,1,9,1,9)
hasLocation(#20022,#20023)
#20024=*
tokeninfo(#20024,6,#20001,4,"x2")
#20025=@"loc,{#10000},3,1,3,2"
locations_default(#20025,#10000,3,1,3,2)
hasLocation(#20024,#20025)
#20026=*
tokeninfo(#20026,8,#20001,5,"||")
#20027=@"loc,{#10000},3,4,3,5"
locations_default(#20027,#10000,3,4,3,5)
hasLocation(#20026,#20027)
#20028=*
tokeninfo(#20028,6,#20001,6,"y2")
#20029=@"loc,{#10000},3,7,3,8"
locations_default(#20029,#10000,3,7,3,8)
hasLocation(#20028,#20029)
#20030=*
tokeninfo(#20030,8,#20001,7,"??")
#20031=@"loc,{#10000},3,10,3,11"
locations_default(#20031,#10000,3,10,3,11)
hasLocation(#20030,#20031)
#20032=*
tokeninfo(#20032,6,#20001,8,"z2")
#20033=@"loc,{#10000},3,13,3,14"
locations_default(#20033,#10000,3,13,3,14)
hasLocation(#20032,#20033)
#20034=*
tokeninfo(#20034,8,#20001,9,";")
#20035=@"loc,{#10000},3,15,3,15"
locations_default(#20035,#10000,3,15,3,15)
hasLocation(#20034,#20035)
#20036=*
tokeninfo(#20036,6,#20001,10,"x3")
#20037=@"loc,{#10000},4,1,4,2"
locations_default(#20037,#10000,4,1,4,2)
hasLocation(#20036,#20037)
#20038=*
tokeninfo(#20038,8,#20001,11,"??")
#20039=@"loc,{#10000},4,4,4,5"
locations_default(#20039,#10000,4,4,4,5)
hasLocation(#20038,#20039)
#20040=*
tokeninfo(#20040,6,#20001,12,"y3")
#20041=@"loc,{#10000},4,7,4,8"
locations_default(#20041,#10000,4,7,4,8)
hasLocation(#20040,#20041)
#20042=*
tokeninfo(#20042,8,#20001,13,"||")
#20043=@"loc,{#10000},4,10,4,11"
locations_default(#20043,#10000,4,10,4,11)
hasLocation(#20042,#20043)
#20044=*
tokeninfo(#20044,6,#20001,14,"z3")
#20045=@"loc,{#10000},4,13,4,14"
locations_default(#20045,#10000,4,13,4,14)
hasLocation(#20044,#20045)
#20046=*
tokeninfo(#20046,8,#20001,15,";")
#20047=@"loc,{#10000},4,15,4,15"
locations_default(#20047,#10000,4,15,4,15)
hasLocation(#20046,#20047)
#20048=*
tokeninfo(#20048,6,#20001,16,"x4")
#20049=@"loc,{#10000},6,1,6,2"
locations_default(#20049,#10000,6,1,6,2)
hasLocation(#20048,#20049)
#20050=*
tokeninfo(#20050,8,#20001,17,"&&")
#20051=@"loc,{#10000},6,4,6,5"
locations_default(#20051,#10000,6,4,6,5)
hasLocation(#20050,#20051)
#20052=*
tokeninfo(#20052,6,#20001,18,"y4")
#20053=@"loc,{#10000},6,7,6,8"
locations_default(#20053,#10000,6,7,6,8)
hasLocation(#20052,#20053)
#20054=*
tokeninfo(#20054,8,#20001,19,"??")
#20055=@"loc,{#10000},6,10,6,11"
locations_default(#20055,#10000,6,10,6,11)
hasLocation(#20054,#20055)
#20056=*
tokeninfo(#20056,6,#20001,20,"z4")
#20057=@"loc,{#10000},6,13,6,14"
locations_default(#20057,#10000,6,13,6,14)
hasLocation(#20056,#20057)
#20058=*
tokeninfo(#20058,8,#20001,21,";")
#20059=@"loc,{#10000},6,15,6,15"
locations_default(#20059,#10000,6,15,6,15)
hasLocation(#20058,#20059)
#20060=*
tokeninfo(#20060,6,#20001,22,"x5")
#20061=@"loc,{#10000},7,1,7,2"
locations_default(#20061,#10000,7,1,7,2)
hasLocation(#20060,#20061)
#20062=*
tokeninfo(#20062,8,#20001,23,"??")
#20063=@"loc,{#10000},7,4,7,5"
locations_default(#20063,#10000,7,4,7,5)
hasLocation(#20062,#20063)
#20064=*
tokeninfo(#20064,6,#20001,24,"y5")
#20065=@"loc,{#10000},7,7,7,8"
locations_default(#20065,#10000,7,7,7,8)
hasLocation(#20064,#20065)
#20066=*
tokeninfo(#20066,8,#20001,25,"&&")
#20067=@"loc,{#10000},7,10,7,11"
locations_default(#20067,#10000,7,10,7,11)
hasLocation(#20066,#20067)
#20068=*
tokeninfo(#20068,6,#20001,26,"z5")
#20069=@"loc,{#10000},7,13,7,14"
locations_default(#20069,#10000,7,13,7,14)
hasLocation(#20068,#20069)
#20070=*
tokeninfo(#20070,8,#20001,27,";")
#20071=@"loc,{#10000},7,15,7,15"
locations_default(#20071,#10000,7,15,7,15)
hasLocation(#20070,#20071)
#20072=*
tokeninfo(#20072,0,#20001,28,"")
#20073=@"loc,{#10000},7,16,7,15"
locations_default(#20073,#10000,7,16,7,15)
hasLocation(#20072,#20073)
toplevels(#20001,0)
#20074=@"loc,{#10000},1,1,7,15"
locations_default(#20074,#10000,1,1,7,15)
hasLocation(#20001,#20074)
#20075=*
stmts(#20075,2,#20001,0,"x1 ?? y1;")
hasLocation(#20075,#20003)
stmt_containers(#20075,#20001)
#20076=*
exprs(#20076,107,#20075,0,"x1 ?? y1")
#20077=@"loc,{#10000},1,1,1,8"
locations_default(#20077,#10000,1,1,1,8)
hasLocation(#20076,#20077)
enclosing_stmt(#20076,#20075)
expr_containers(#20076,#20001)
#20078=*
exprs(#20078,79,#20076,0,"x1")
hasLocation(#20078,#20017)
enclosing_stmt(#20078,#20075)
expr_containers(#20078,#20001)
literals("x1","x1",#20078)
#20079=@"var;{x1};{#20000}"
variables(#20079,"x1",#20000)
bind(#20078,#20079)
#20080=*
exprs(#20080,79,#20076,1,"y1")
hasLocation(#20080,#20021)
enclosing_stmt(#20080,#20075)
expr_containers(#20080,#20001)
literals("y1","y1",#20080)
#20081=@"var;{y1};{#20000}"
variables(#20081,"y1",#20000)
bind(#20080,#20081)
#20082=*
stmts(#20082,2,#20001,1,"x2 || y2 ?? z2;")
hasLocation(#20082,#20007)
stmt_containers(#20082,#20001)
#20083=*
exprs(#20083,107,#20082,0,"x2 || y2 ?? z2")
#20084=@"loc,{#10000},3,1,3,14"
locations_default(#20084,#10000,3,1,3,14)
hasLocation(#20083,#20084)
enclosing_stmt(#20083,#20082)
expr_containers(#20083,#20001)
#20085=*
exprs(#20085,45,#20083,0,"x2 || y2")
#20086=@"loc,{#10000},3,1,3,8"
locations_default(#20086,#10000,3,1,3,8)
hasLocation(#20085,#20086)
enclosing_stmt(#20085,#20082)
expr_containers(#20085,#20001)
#20087=*
exprs(#20087,79,#20085,0,"x2")
hasLocation(#20087,#20025)
enclosing_stmt(#20087,#20082)
expr_containers(#20087,#20001)
literals("x2","x2",#20087)
#20088=@"var;{x2};{#20000}"
variables(#20088,"x2",#20000)
bind(#20087,#20088)
#20089=*
exprs(#20089,79,#20085,1,"y2")
hasLocation(#20089,#20029)
enclosing_stmt(#20089,#20082)
expr_containers(#20089,#20001)
literals("y2","y2",#20089)
#20090=@"var;{y2};{#20000}"
variables(#20090,"y2",#20000)
bind(#20089,#20090)
#20091=*
exprs(#20091,79,#20083,1,"z2")
hasLocation(#20091,#20033)
enclosing_stmt(#20091,#20082)
expr_containers(#20091,#20001)
literals("z2","z2",#20091)
#20092=@"var;{z2};{#20000}"
variables(#20092,"z2",#20000)
bind(#20091,#20092)
#20093=*
stmts(#20093,2,#20001,2,"x3 ?? y3 || z3;")
hasLocation(#20093,#20009)
stmt_containers(#20093,#20001)
#20094=*
exprs(#20094,45,#20093,0,"x3 ?? y3 || z3")
#20095=@"loc,{#10000},4,1,4,14"
locations_default(#20095,#10000,4,1,4,14)
hasLocation(#20094,#20095)
enclosing_stmt(#20094,#20093)
expr_containers(#20094,#20001)
#20096=*
exprs(#20096,107,#20094,0,"x3 ?? y3")
#20097=@"loc,{#10000},4,1,4,8"
locations_default(#20097,#10000,4,1,4,8)
hasLocation(#20096,#20097)
enclosing_stmt(#20096,#20093)
expr_containers(#20096,#20001)
#20098=*
exprs(#20098,79,#20096,0,"x3")
hasLocation(#20098,#20037)
enclosing_stmt(#20098,#20093)
expr_containers(#20098,#20001)
literals("x3","x3",#20098)
#20099=@"var;{x3};{#20000}"
variables(#20099,"x3",#20000)
bind(#20098,#20099)
#20100=*
exprs(#20100,79,#20096,1,"y3")
hasLocation(#20100,#20041)
enclosing_stmt(#20100,#20093)
expr_containers(#20100,#20001)
literals("y3","y3",#20100)
#20101=@"var;{y3};{#20000}"
variables(#20101,"y3",#20000)
bind(#20100,#20101)
#20102=*
exprs(#20102,79,#20094,1,"z3")
hasLocation(#20102,#20045)
enclosing_stmt(#20102,#20093)
expr_containers(#20102,#20001)
literals("z3","z3",#20102)
#20103=@"var;{z3};{#20000}"
variables(#20103,"z3",#20000)
bind(#20102,#20103)
#20104=*
stmts(#20104,2,#20001,3,"x4 && y4 ?? z4;")
hasLocation(#20104,#20013)
stmt_containers(#20104,#20001)
#20105=*
exprs(#20105,107,#20104,0,"x4 && y4 ?? z4")
#20106=@"loc,{#10000},6,1,6,14"
locations_default(#20106,#10000,6,1,6,14)
hasLocation(#20105,#20106)
enclosing_stmt(#20105,#20104)
expr_containers(#20105,#20001)
#20107=*
exprs(#20107,44,#20105,0,"x4 && y4")
#20108=@"loc,{#10000},6,1,6,8"
locations_default(#20108,#10000,6,1,6,8)
hasLocation(#20107,#20108)
enclosing_stmt(#20107,#20104)
expr_containers(#20107,#20001)
#20109=*
exprs(#20109,79,#20107,0,"x4")
hasLocation(#20109,#20049)
enclosing_stmt(#20109,#20104)
expr_containers(#20109,#20001)
literals("x4","x4",#20109)
#20110=@"var;{x4};{#20000}"
variables(#20110,"x4",#20000)
bind(#20109,#20110)
#20111=*
exprs(#20111,79,#20107,1,"y4")
hasLocation(#20111,#20053)
enclosing_stmt(#20111,#20104)
expr_containers(#20111,#20001)
literals("y4","y4",#20111)
#20112=@"var;{y4};{#20000}"
variables(#20112,"y4",#20000)
bind(#20111,#20112)
#20113=*
exprs(#20113,79,#20105,1,"z4")
hasLocation(#20113,#20057)
enclosing_stmt(#20113,#20104)
expr_containers(#20113,#20001)
literals("z4","z4",#20113)
#20114=@"var;{z4};{#20000}"
variables(#20114,"z4",#20000)
bind(#20113,#20114)
#20115=*
stmts(#20115,2,#20001,4,"x5 ?? y5 && z5;")
hasLocation(#20115,#20015)
stmt_containers(#20115,#20001)
#20116=*
exprs(#20116,107,#20115,0,"x5 ?? y5 && z5")
#20117=@"loc,{#10000},7,1,7,14"
locations_default(#20117,#10000,7,1,7,14)
hasLocation(#20116,#20117)
enclosing_stmt(#20116,#20115)
expr_containers(#20116,#20001)
#20118=*
exprs(#20118,79,#20116,0,"x5")
hasLocation(#20118,#20061)
enclosing_stmt(#20118,#20115)
expr_containers(#20118,#20001)
literals("x5","x5",#20118)
#20119=@"var;{x5};{#20000}"
variables(#20119,"x5",#20000)
bind(#20118,#20119)
#20120=*
exprs(#20120,44,#20116,1,"y5 && z5")
#20121=@"loc,{#10000},7,7,7,14"
locations_default(#20121,#10000,7,7,7,14)
hasLocation(#20120,#20121)
enclosing_stmt(#20120,#20115)
expr_containers(#20120,#20001)
#20122=*
exprs(#20122,79,#20120,0,"y5")
hasLocation(#20122,#20065)
enclosing_stmt(#20122,#20115)
expr_containers(#20122,#20001)
literals("y5","y5",#20122)
#20123=@"var;{y5};{#20000}"
variables(#20123,"y5",#20000)
bind(#20122,#20123)
#20124=*
exprs(#20124,79,#20120,1,"z5")
hasLocation(#20124,#20069)
enclosing_stmt(#20124,#20115)
expr_containers(#20124,#20001)
literals("z5","z5",#20124)
#20125=@"var;{z5};{#20000}"
variables(#20125,"z5",#20000)
bind(#20124,#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,#20073)
successor(#20115,#20116)
successor(#20116,#20118)
successor(#20118,#20120)
successor(#20118,#20128)
successor(#20120,#20122)
#20129=*
guard_node(#20129,1,#20122)
hasLocation(#20129,#20065)
successor(#20129,#20124)
#20130=*
guard_node(#20130,0,#20122)
hasLocation(#20130,#20065)
successor(#20130,#20128)
successor(#20122,#20129)
successor(#20122,#20130)
successor(#20124,#20128)
successor(#20104,#20105)
successor(#20105,#20107)
successor(#20107,#20109)
#20131=*
guard_node(#20131,1,#20109)
hasLocation(#20131,#20049)
successor(#20131,#20111)
#20132=*
guard_node(#20132,0,#20109)
hasLocation(#20132,#20049)
successor(#20132,#20113)
successor(#20132,#20115)
successor(#20109,#20131)
successor(#20109,#20132)
successor(#20111,#20113)
successor(#20111,#20115)
successor(#20113,#20115)
successor(#20093,#20094)
successor(#20094,#20096)
successor(#20096,#20098)
successor(#20098,#20100)
successor(#20098,#20104)
successor(#20098,#20102)
#20133=*
guard_node(#20133,1,#20100)
hasLocation(#20133,#20041)
successor(#20133,#20104)
#20134=*
guard_node(#20134,0,#20100)
hasLocation(#20134,#20041)
successor(#20134,#20102)
successor(#20100,#20133)
successor(#20100,#20134)
successor(#20102,#20104)
successor(#20082,#20083)
successor(#20083,#20085)
successor(#20085,#20087)
#20135=*
guard_node(#20135,1,#20087)
hasLocation(#20135,#20025)
successor(#20135,#20091)
successor(#20135,#20093)
#20136=*
guard_node(#20136,0,#20087)
hasLocation(#20136,#20025)
successor(#20136,#20089)
successor(#20087,#20135)
successor(#20087,#20136)
successor(#20089,#20091)
successor(#20089,#20093)
successor(#20091,#20093)
successor(#20075,#20076)
successor(#20076,#20078)
successor(#20078,#20080)
successor(#20078,#20082)
successor(#20080,#20082)
successor(#20126,#20075)
numlines(#10000,7,5,0)
filetype(#10000,"javascript")