mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
774 lines
21 KiB
Plaintext
774 lines
21 KiB
Plaintext
#10000=@"/letExpr.js;sourcefile"
|
|
files(#10000,"/letExpr.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,"var x = 42, y = 19;","
|
|
")
|
|
#20003=@"loc,{#10000},1,1,1,19"
|
|
locations_default(#20003,#10000,1,1,1,19)
|
|
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,"console.log(let (x = 23, y = 19) x + y);","
|
|
")
|
|
#20007=@"loc,{#10000},3,1,3,40"
|
|
locations_default(#20007,#10000,3,1,3,40)
|
|
hasLocation(#20006,#20007)
|
|
#20008=*
|
|
lines(#20008,#20001,"","
|
|
")
|
|
#20009=@"loc,{#10000},4,1,4,0"
|
|
locations_default(#20009,#10000,4,1,4,0)
|
|
hasLocation(#20008,#20009)
|
|
#20010=*
|
|
lines(#20010,#20001,"console.log(x - y);","
|
|
")
|
|
#20011=@"loc,{#10000},5,1,5,19"
|
|
locations_default(#20011,#10000,5,1,5,19)
|
|
hasLocation(#20010,#20011)
|
|
#20012=*
|
|
lines(#20012,#20001,"","
|
|
")
|
|
#20013=@"loc,{#10000},6,1,6,0"
|
|
locations_default(#20013,#10000,6,1,6,0)
|
|
hasLocation(#20012,#20013)
|
|
#20014=*
|
|
lines(#20014,#20001,"JSON.stringify(let (x = 23, y = 19) { x: x, y: y});","
|
|
")
|
|
#20015=@"loc,{#10000},7,1,7,51"
|
|
locations_default(#20015,#10000,7,1,7,51)
|
|
hasLocation(#20014,#20015)
|
|
numlines(#20001,7,4,0)
|
|
#20016=*
|
|
tokeninfo(#20016,7,#20001,0,"var")
|
|
#20017=@"loc,{#10000},1,1,1,3"
|
|
locations_default(#20017,#10000,1,1,1,3)
|
|
hasLocation(#20016,#20017)
|
|
#20018=*
|
|
tokeninfo(#20018,6,#20001,1,"x")
|
|
#20019=@"loc,{#10000},1,5,1,5"
|
|
locations_default(#20019,#10000,1,5,1,5)
|
|
hasLocation(#20018,#20019)
|
|
#20020=*
|
|
tokeninfo(#20020,8,#20001,2,"=")
|
|
#20021=@"loc,{#10000},1,7,1,7"
|
|
locations_default(#20021,#10000,1,7,1,7)
|
|
hasLocation(#20020,#20021)
|
|
#20022=*
|
|
tokeninfo(#20022,3,#20001,3,"42")
|
|
#20023=@"loc,{#10000},1,9,1,10"
|
|
locations_default(#20023,#10000,1,9,1,10)
|
|
hasLocation(#20022,#20023)
|
|
#20024=*
|
|
tokeninfo(#20024,8,#20001,4,",")
|
|
#20025=@"loc,{#10000},1,11,1,11"
|
|
locations_default(#20025,#10000,1,11,1,11)
|
|
hasLocation(#20024,#20025)
|
|
#20026=*
|
|
tokeninfo(#20026,6,#20001,5,"y")
|
|
#20027=@"loc,{#10000},1,13,1,13"
|
|
locations_default(#20027,#10000,1,13,1,13)
|
|
hasLocation(#20026,#20027)
|
|
#20028=*
|
|
tokeninfo(#20028,8,#20001,6,"=")
|
|
#20029=@"loc,{#10000},1,15,1,15"
|
|
locations_default(#20029,#10000,1,15,1,15)
|
|
hasLocation(#20028,#20029)
|
|
#20030=*
|
|
tokeninfo(#20030,3,#20001,7,"19")
|
|
#20031=@"loc,{#10000},1,17,1,18"
|
|
locations_default(#20031,#10000,1,17,1,18)
|
|
hasLocation(#20030,#20031)
|
|
#20032=*
|
|
tokeninfo(#20032,8,#20001,8,";")
|
|
#20033=@"loc,{#10000},1,19,1,19"
|
|
locations_default(#20033,#10000,1,19,1,19)
|
|
hasLocation(#20032,#20033)
|
|
#20034=*
|
|
tokeninfo(#20034,6,#20001,9,"console")
|
|
#20035=@"loc,{#10000},3,1,3,7"
|
|
locations_default(#20035,#10000,3,1,3,7)
|
|
hasLocation(#20034,#20035)
|
|
#20036=*
|
|
tokeninfo(#20036,8,#20001,10,".")
|
|
#20037=@"loc,{#10000},3,8,3,8"
|
|
locations_default(#20037,#10000,3,8,3,8)
|
|
hasLocation(#20036,#20037)
|
|
#20038=*
|
|
tokeninfo(#20038,6,#20001,11,"log")
|
|
#20039=@"loc,{#10000},3,9,3,11"
|
|
locations_default(#20039,#10000,3,9,3,11)
|
|
hasLocation(#20038,#20039)
|
|
#20040=*
|
|
tokeninfo(#20040,8,#20001,12,"(")
|
|
#20041=@"loc,{#10000},3,12,3,12"
|
|
locations_default(#20041,#10000,3,12,3,12)
|
|
hasLocation(#20040,#20041)
|
|
#20042=*
|
|
tokeninfo(#20042,7,#20001,13,"let")
|
|
#20043=@"loc,{#10000},3,13,3,15"
|
|
locations_default(#20043,#10000,3,13,3,15)
|
|
hasLocation(#20042,#20043)
|
|
#20044=*
|
|
tokeninfo(#20044,8,#20001,14,"(")
|
|
#20045=@"loc,{#10000},3,17,3,17"
|
|
locations_default(#20045,#10000,3,17,3,17)
|
|
hasLocation(#20044,#20045)
|
|
#20046=*
|
|
tokeninfo(#20046,6,#20001,15,"x")
|
|
#20047=@"loc,{#10000},3,18,3,18"
|
|
locations_default(#20047,#10000,3,18,3,18)
|
|
hasLocation(#20046,#20047)
|
|
#20048=*
|
|
tokeninfo(#20048,8,#20001,16,"=")
|
|
#20049=@"loc,{#10000},3,20,3,20"
|
|
locations_default(#20049,#10000,3,20,3,20)
|
|
hasLocation(#20048,#20049)
|
|
#20050=*
|
|
tokeninfo(#20050,3,#20001,17,"23")
|
|
#20051=@"loc,{#10000},3,22,3,23"
|
|
locations_default(#20051,#10000,3,22,3,23)
|
|
hasLocation(#20050,#20051)
|
|
#20052=*
|
|
tokeninfo(#20052,8,#20001,18,",")
|
|
#20053=@"loc,{#10000},3,24,3,24"
|
|
locations_default(#20053,#10000,3,24,3,24)
|
|
hasLocation(#20052,#20053)
|
|
#20054=*
|
|
tokeninfo(#20054,6,#20001,19,"y")
|
|
#20055=@"loc,{#10000},3,26,3,26"
|
|
locations_default(#20055,#10000,3,26,3,26)
|
|
hasLocation(#20054,#20055)
|
|
#20056=*
|
|
tokeninfo(#20056,8,#20001,20,"=")
|
|
#20057=@"loc,{#10000},3,28,3,28"
|
|
locations_default(#20057,#10000,3,28,3,28)
|
|
hasLocation(#20056,#20057)
|
|
#20058=*
|
|
tokeninfo(#20058,3,#20001,21,"19")
|
|
#20059=@"loc,{#10000},3,30,3,31"
|
|
locations_default(#20059,#10000,3,30,3,31)
|
|
hasLocation(#20058,#20059)
|
|
#20060=*
|
|
tokeninfo(#20060,8,#20001,22,")")
|
|
#20061=@"loc,{#10000},3,32,3,32"
|
|
locations_default(#20061,#10000,3,32,3,32)
|
|
hasLocation(#20060,#20061)
|
|
#20062=*
|
|
tokeninfo(#20062,6,#20001,23,"x")
|
|
#20063=@"loc,{#10000},3,34,3,34"
|
|
locations_default(#20063,#10000,3,34,3,34)
|
|
hasLocation(#20062,#20063)
|
|
#20064=*
|
|
tokeninfo(#20064,8,#20001,24,"+")
|
|
#20065=@"loc,{#10000},3,36,3,36"
|
|
locations_default(#20065,#10000,3,36,3,36)
|
|
hasLocation(#20064,#20065)
|
|
#20066=*
|
|
tokeninfo(#20066,6,#20001,25,"y")
|
|
#20067=@"loc,{#10000},3,38,3,38"
|
|
locations_default(#20067,#10000,3,38,3,38)
|
|
hasLocation(#20066,#20067)
|
|
#20068=*
|
|
tokeninfo(#20068,8,#20001,26,")")
|
|
#20069=@"loc,{#10000},3,39,3,39"
|
|
locations_default(#20069,#10000,3,39,3,39)
|
|
hasLocation(#20068,#20069)
|
|
#20070=*
|
|
tokeninfo(#20070,8,#20001,27,";")
|
|
#20071=@"loc,{#10000},3,40,3,40"
|
|
locations_default(#20071,#10000,3,40,3,40)
|
|
hasLocation(#20070,#20071)
|
|
#20072=*
|
|
tokeninfo(#20072,6,#20001,28,"console")
|
|
#20073=@"loc,{#10000},5,1,5,7"
|
|
locations_default(#20073,#10000,5,1,5,7)
|
|
hasLocation(#20072,#20073)
|
|
#20074=*
|
|
tokeninfo(#20074,8,#20001,29,".")
|
|
#20075=@"loc,{#10000},5,8,5,8"
|
|
locations_default(#20075,#10000,5,8,5,8)
|
|
hasLocation(#20074,#20075)
|
|
#20076=*
|
|
tokeninfo(#20076,6,#20001,30,"log")
|
|
#20077=@"loc,{#10000},5,9,5,11"
|
|
locations_default(#20077,#10000,5,9,5,11)
|
|
hasLocation(#20076,#20077)
|
|
#20078=*
|
|
tokeninfo(#20078,8,#20001,31,"(")
|
|
#20079=@"loc,{#10000},5,12,5,12"
|
|
locations_default(#20079,#10000,5,12,5,12)
|
|
hasLocation(#20078,#20079)
|
|
#20080=*
|
|
tokeninfo(#20080,6,#20001,32,"x")
|
|
#20081=@"loc,{#10000},5,13,5,13"
|
|
locations_default(#20081,#10000,5,13,5,13)
|
|
hasLocation(#20080,#20081)
|
|
#20082=*
|
|
tokeninfo(#20082,8,#20001,33,"-")
|
|
#20083=@"loc,{#10000},5,15,5,15"
|
|
locations_default(#20083,#10000,5,15,5,15)
|
|
hasLocation(#20082,#20083)
|
|
#20084=*
|
|
tokeninfo(#20084,6,#20001,34,"y")
|
|
#20085=@"loc,{#10000},5,17,5,17"
|
|
locations_default(#20085,#10000,5,17,5,17)
|
|
hasLocation(#20084,#20085)
|
|
#20086=*
|
|
tokeninfo(#20086,8,#20001,35,")")
|
|
#20087=@"loc,{#10000},5,18,5,18"
|
|
locations_default(#20087,#10000,5,18,5,18)
|
|
hasLocation(#20086,#20087)
|
|
#20088=*
|
|
tokeninfo(#20088,8,#20001,36,";")
|
|
#20089=@"loc,{#10000},5,19,5,19"
|
|
locations_default(#20089,#10000,5,19,5,19)
|
|
hasLocation(#20088,#20089)
|
|
#20090=*
|
|
tokeninfo(#20090,6,#20001,37,"JSON")
|
|
#20091=@"loc,{#10000},7,1,7,4"
|
|
locations_default(#20091,#10000,7,1,7,4)
|
|
hasLocation(#20090,#20091)
|
|
#20092=*
|
|
tokeninfo(#20092,8,#20001,38,".")
|
|
#20093=@"loc,{#10000},7,5,7,5"
|
|
locations_default(#20093,#10000,7,5,7,5)
|
|
hasLocation(#20092,#20093)
|
|
#20094=*
|
|
tokeninfo(#20094,6,#20001,39,"stringify")
|
|
#20095=@"loc,{#10000},7,6,7,14"
|
|
locations_default(#20095,#10000,7,6,7,14)
|
|
hasLocation(#20094,#20095)
|
|
#20096=*
|
|
tokeninfo(#20096,8,#20001,40,"(")
|
|
#20097=@"loc,{#10000},7,15,7,15"
|
|
locations_default(#20097,#10000,7,15,7,15)
|
|
hasLocation(#20096,#20097)
|
|
#20098=*
|
|
tokeninfo(#20098,7,#20001,41,"let")
|
|
#20099=@"loc,{#10000},7,16,7,18"
|
|
locations_default(#20099,#10000,7,16,7,18)
|
|
hasLocation(#20098,#20099)
|
|
#20100=*
|
|
tokeninfo(#20100,8,#20001,42,"(")
|
|
#20101=@"loc,{#10000},7,20,7,20"
|
|
locations_default(#20101,#10000,7,20,7,20)
|
|
hasLocation(#20100,#20101)
|
|
#20102=*
|
|
tokeninfo(#20102,6,#20001,43,"x")
|
|
#20103=@"loc,{#10000},7,21,7,21"
|
|
locations_default(#20103,#10000,7,21,7,21)
|
|
hasLocation(#20102,#20103)
|
|
#20104=*
|
|
tokeninfo(#20104,8,#20001,44,"=")
|
|
#20105=@"loc,{#10000},7,23,7,23"
|
|
locations_default(#20105,#10000,7,23,7,23)
|
|
hasLocation(#20104,#20105)
|
|
#20106=*
|
|
tokeninfo(#20106,3,#20001,45,"23")
|
|
#20107=@"loc,{#10000},7,25,7,26"
|
|
locations_default(#20107,#10000,7,25,7,26)
|
|
hasLocation(#20106,#20107)
|
|
#20108=*
|
|
tokeninfo(#20108,8,#20001,46,",")
|
|
#20109=@"loc,{#10000},7,27,7,27"
|
|
locations_default(#20109,#10000,7,27,7,27)
|
|
hasLocation(#20108,#20109)
|
|
#20110=*
|
|
tokeninfo(#20110,6,#20001,47,"y")
|
|
#20111=@"loc,{#10000},7,29,7,29"
|
|
locations_default(#20111,#10000,7,29,7,29)
|
|
hasLocation(#20110,#20111)
|
|
#20112=*
|
|
tokeninfo(#20112,8,#20001,48,"=")
|
|
#20113=@"loc,{#10000},7,31,7,31"
|
|
locations_default(#20113,#10000,7,31,7,31)
|
|
hasLocation(#20112,#20113)
|
|
#20114=*
|
|
tokeninfo(#20114,3,#20001,49,"19")
|
|
#20115=@"loc,{#10000},7,33,7,34"
|
|
locations_default(#20115,#10000,7,33,7,34)
|
|
hasLocation(#20114,#20115)
|
|
#20116=*
|
|
tokeninfo(#20116,8,#20001,50,")")
|
|
#20117=@"loc,{#10000},7,35,7,35"
|
|
locations_default(#20117,#10000,7,35,7,35)
|
|
hasLocation(#20116,#20117)
|
|
#20118=*
|
|
tokeninfo(#20118,8,#20001,51,"{")
|
|
#20119=@"loc,{#10000},7,37,7,37"
|
|
locations_default(#20119,#10000,7,37,7,37)
|
|
hasLocation(#20118,#20119)
|
|
#20120=*
|
|
tokeninfo(#20120,6,#20001,52,"x")
|
|
#20121=@"loc,{#10000},7,39,7,39"
|
|
locations_default(#20121,#10000,7,39,7,39)
|
|
hasLocation(#20120,#20121)
|
|
#20122=*
|
|
tokeninfo(#20122,8,#20001,53,":")
|
|
#20123=@"loc,{#10000},7,40,7,40"
|
|
locations_default(#20123,#10000,7,40,7,40)
|
|
hasLocation(#20122,#20123)
|
|
#20124=*
|
|
tokeninfo(#20124,6,#20001,54,"x")
|
|
#20125=@"loc,{#10000},7,42,7,42"
|
|
locations_default(#20125,#10000,7,42,7,42)
|
|
hasLocation(#20124,#20125)
|
|
#20126=*
|
|
tokeninfo(#20126,8,#20001,55,",")
|
|
#20127=@"loc,{#10000},7,43,7,43"
|
|
locations_default(#20127,#10000,7,43,7,43)
|
|
hasLocation(#20126,#20127)
|
|
#20128=*
|
|
tokeninfo(#20128,6,#20001,56,"y")
|
|
#20129=@"loc,{#10000},7,45,7,45"
|
|
locations_default(#20129,#10000,7,45,7,45)
|
|
hasLocation(#20128,#20129)
|
|
#20130=*
|
|
tokeninfo(#20130,8,#20001,57,":")
|
|
#20131=@"loc,{#10000},7,46,7,46"
|
|
locations_default(#20131,#10000,7,46,7,46)
|
|
hasLocation(#20130,#20131)
|
|
#20132=*
|
|
tokeninfo(#20132,6,#20001,58,"y")
|
|
#20133=@"loc,{#10000},7,48,7,48"
|
|
locations_default(#20133,#10000,7,48,7,48)
|
|
hasLocation(#20132,#20133)
|
|
#20134=*
|
|
tokeninfo(#20134,8,#20001,59,"}")
|
|
#20135=@"loc,{#10000},7,49,7,49"
|
|
locations_default(#20135,#10000,7,49,7,49)
|
|
hasLocation(#20134,#20135)
|
|
#20136=*
|
|
tokeninfo(#20136,8,#20001,60,")")
|
|
#20137=@"loc,{#10000},7,50,7,50"
|
|
locations_default(#20137,#10000,7,50,7,50)
|
|
hasLocation(#20136,#20137)
|
|
#20138=*
|
|
tokeninfo(#20138,8,#20001,61,";")
|
|
#20139=@"loc,{#10000},7,51,7,51"
|
|
locations_default(#20139,#10000,7,51,7,51)
|
|
hasLocation(#20138,#20139)
|
|
#20140=*
|
|
tokeninfo(#20140,0,#20001,62,"")
|
|
#20141=@"loc,{#10000},8,1,8,0"
|
|
locations_default(#20141,#10000,8,1,8,0)
|
|
hasLocation(#20140,#20141)
|
|
toplevels(#20001,0)
|
|
#20142=@"loc,{#10000},1,1,8,0"
|
|
locations_default(#20142,#10000,1,1,8,0)
|
|
hasLocation(#20001,#20142)
|
|
#20143=@"var;{x};{#20000}"
|
|
variables(#20143,"x",#20000)
|
|
#20144=@"var;{y};{#20000}"
|
|
variables(#20144,"y",#20000)
|
|
#20145=*
|
|
stmts(#20145,18,#20001,0,"var x = 42, y = 19;")
|
|
hasLocation(#20145,#20003)
|
|
stmt_containers(#20145,#20001)
|
|
#20146=*
|
|
exprs(#20146,64,#20145,0,"x = 42")
|
|
#20147=@"loc,{#10000},1,5,1,10"
|
|
locations_default(#20147,#10000,1,5,1,10)
|
|
hasLocation(#20146,#20147)
|
|
enclosing_stmt(#20146,#20145)
|
|
expr_containers(#20146,#20001)
|
|
#20148=*
|
|
exprs(#20148,78,#20146,0,"x")
|
|
hasLocation(#20148,#20019)
|
|
enclosing_stmt(#20148,#20145)
|
|
expr_containers(#20148,#20001)
|
|
literals("x","x",#20148)
|
|
decl(#20148,#20143)
|
|
#20149=*
|
|
exprs(#20149,3,#20146,1,"42")
|
|
hasLocation(#20149,#20023)
|
|
enclosing_stmt(#20149,#20145)
|
|
expr_containers(#20149,#20001)
|
|
literals("42","42",#20149)
|
|
#20150=*
|
|
exprs(#20150,64,#20145,1,"y = 19")
|
|
#20151=@"loc,{#10000},1,13,1,18"
|
|
locations_default(#20151,#10000,1,13,1,18)
|
|
hasLocation(#20150,#20151)
|
|
enclosing_stmt(#20150,#20145)
|
|
expr_containers(#20150,#20001)
|
|
#20152=*
|
|
exprs(#20152,78,#20150,0,"y")
|
|
hasLocation(#20152,#20027)
|
|
enclosing_stmt(#20152,#20145)
|
|
expr_containers(#20152,#20001)
|
|
literals("y","y",#20152)
|
|
decl(#20152,#20144)
|
|
#20153=*
|
|
exprs(#20153,3,#20150,1,"19")
|
|
hasLocation(#20153,#20031)
|
|
enclosing_stmt(#20153,#20145)
|
|
expr_containers(#20153,#20001)
|
|
literals("19","19",#20153)
|
|
#20154=*
|
|
stmts(#20154,2,#20001,1,"console ... x + y);")
|
|
hasLocation(#20154,#20007)
|
|
stmt_containers(#20154,#20001)
|
|
#20155=*
|
|
exprs(#20155,13,#20154,0,"console ... x + y)")
|
|
#20156=@"loc,{#10000},3,1,3,39"
|
|
locations_default(#20156,#10000,3,1,3,39)
|
|
hasLocation(#20155,#20156)
|
|
enclosing_stmt(#20155,#20154)
|
|
expr_containers(#20155,#20001)
|
|
#20157=*
|
|
exprs(#20157,14,#20155,-1,"console.log")
|
|
#20158=@"loc,{#10000},3,1,3,11"
|
|
locations_default(#20158,#10000,3,1,3,11)
|
|
hasLocation(#20157,#20158)
|
|
enclosing_stmt(#20157,#20154)
|
|
expr_containers(#20157,#20001)
|
|
#20159=*
|
|
exprs(#20159,79,#20157,0,"console")
|
|
hasLocation(#20159,#20035)
|
|
enclosing_stmt(#20159,#20154)
|
|
expr_containers(#20159,#20001)
|
|
literals("console","console",#20159)
|
|
#20160=@"var;{console};{#20000}"
|
|
variables(#20160,"console",#20000)
|
|
bind(#20159,#20160)
|
|
#20161=*
|
|
exprs(#20161,0,#20157,1,"log")
|
|
hasLocation(#20161,#20039)
|
|
enclosing_stmt(#20161,#20154)
|
|
expr_containers(#20161,#20001)
|
|
literals("log","log",#20161)
|
|
#20162=*
|
|
exprs(#20162,77,#20155,0,"let (x ... ) x + y")
|
|
#20163=@"loc,{#10000},3,13,3,38"
|
|
locations_default(#20163,#10000,3,13,3,38)
|
|
hasLocation(#20162,#20163)
|
|
enclosing_stmt(#20162,#20154)
|
|
expr_containers(#20162,#20001)
|
|
#20164=*
|
|
scopes(#20164,4)
|
|
scopenodes(#20162,#20164)
|
|
scopenesting(#20164,#20000)
|
|
#20165=@"var;{x};{#20164}"
|
|
variables(#20165,"x",#20164)
|
|
#20166=@"var;{y};{#20164}"
|
|
variables(#20166,"y",#20164)
|
|
#20167=*
|
|
exprs(#20167,64,#20162,0,"x = 23")
|
|
#20168=@"loc,{#10000},3,18,3,23"
|
|
locations_default(#20168,#10000,3,18,3,23)
|
|
hasLocation(#20167,#20168)
|
|
enclosing_stmt(#20167,#20154)
|
|
expr_containers(#20167,#20001)
|
|
#20169=*
|
|
exprs(#20169,78,#20167,0,"x")
|
|
hasLocation(#20169,#20047)
|
|
enclosing_stmt(#20169,#20154)
|
|
expr_containers(#20169,#20001)
|
|
literals("x","x",#20169)
|
|
decl(#20169,#20165)
|
|
#20170=*
|
|
exprs(#20170,3,#20167,1,"23")
|
|
hasLocation(#20170,#20051)
|
|
enclosing_stmt(#20170,#20154)
|
|
expr_containers(#20170,#20001)
|
|
literals("23","23",#20170)
|
|
#20171=*
|
|
exprs(#20171,64,#20162,1,"y = 19")
|
|
#20172=@"loc,{#10000},3,26,3,31"
|
|
locations_default(#20172,#10000,3,26,3,31)
|
|
hasLocation(#20171,#20172)
|
|
enclosing_stmt(#20171,#20154)
|
|
expr_containers(#20171,#20001)
|
|
#20173=*
|
|
exprs(#20173,78,#20171,0,"y")
|
|
hasLocation(#20173,#20055)
|
|
enclosing_stmt(#20173,#20154)
|
|
expr_containers(#20173,#20001)
|
|
literals("y","y",#20173)
|
|
decl(#20173,#20166)
|
|
#20174=*
|
|
exprs(#20174,3,#20171,1,"19")
|
|
hasLocation(#20174,#20059)
|
|
enclosing_stmt(#20174,#20154)
|
|
expr_containers(#20174,#20001)
|
|
literals("19","19",#20174)
|
|
#20175=*
|
|
exprs(#20175,34,#20162,-1,"x + y")
|
|
#20176=@"loc,{#10000},3,34,3,38"
|
|
locations_default(#20176,#10000,3,34,3,38)
|
|
hasLocation(#20175,#20176)
|
|
enclosing_stmt(#20175,#20154)
|
|
expr_containers(#20175,#20001)
|
|
#20177=*
|
|
exprs(#20177,79,#20175,0,"x")
|
|
hasLocation(#20177,#20063)
|
|
enclosing_stmt(#20177,#20154)
|
|
expr_containers(#20177,#20001)
|
|
literals("x","x",#20177)
|
|
bind(#20177,#20165)
|
|
#20178=*
|
|
exprs(#20178,79,#20175,1,"y")
|
|
hasLocation(#20178,#20067)
|
|
enclosing_stmt(#20178,#20154)
|
|
expr_containers(#20178,#20001)
|
|
literals("y","y",#20178)
|
|
bind(#20178,#20166)
|
|
#20179=*
|
|
stmts(#20179,2,#20001,2,"console.log(x - y);")
|
|
hasLocation(#20179,#20011)
|
|
stmt_containers(#20179,#20001)
|
|
#20180=*
|
|
exprs(#20180,13,#20179,0,"console.log(x - y)")
|
|
#20181=@"loc,{#10000},5,1,5,18"
|
|
locations_default(#20181,#10000,5,1,5,18)
|
|
hasLocation(#20180,#20181)
|
|
enclosing_stmt(#20180,#20179)
|
|
expr_containers(#20180,#20001)
|
|
#20182=*
|
|
exprs(#20182,14,#20180,-1,"console.log")
|
|
#20183=@"loc,{#10000},5,1,5,11"
|
|
locations_default(#20183,#10000,5,1,5,11)
|
|
hasLocation(#20182,#20183)
|
|
enclosing_stmt(#20182,#20179)
|
|
expr_containers(#20182,#20001)
|
|
#20184=*
|
|
exprs(#20184,79,#20182,0,"console")
|
|
hasLocation(#20184,#20073)
|
|
enclosing_stmt(#20184,#20179)
|
|
expr_containers(#20184,#20001)
|
|
literals("console","console",#20184)
|
|
bind(#20184,#20160)
|
|
#20185=*
|
|
exprs(#20185,0,#20182,1,"log")
|
|
hasLocation(#20185,#20077)
|
|
enclosing_stmt(#20185,#20179)
|
|
expr_containers(#20185,#20001)
|
|
literals("log","log",#20185)
|
|
#20186=*
|
|
exprs(#20186,35,#20180,0,"x - y")
|
|
#20187=@"loc,{#10000},5,13,5,17"
|
|
locations_default(#20187,#10000,5,13,5,17)
|
|
hasLocation(#20186,#20187)
|
|
enclosing_stmt(#20186,#20179)
|
|
expr_containers(#20186,#20001)
|
|
#20188=*
|
|
exprs(#20188,79,#20186,0,"x")
|
|
hasLocation(#20188,#20081)
|
|
enclosing_stmt(#20188,#20179)
|
|
expr_containers(#20188,#20001)
|
|
literals("x","x",#20188)
|
|
bind(#20188,#20143)
|
|
#20189=*
|
|
exprs(#20189,79,#20186,1,"y")
|
|
hasLocation(#20189,#20085)
|
|
enclosing_stmt(#20189,#20179)
|
|
expr_containers(#20189,#20001)
|
|
literals("y","y",#20189)
|
|
bind(#20189,#20144)
|
|
#20190=*
|
|
stmts(#20190,2,#20001,3,"JSON.st ... y: y});")
|
|
hasLocation(#20190,#20015)
|
|
stmt_containers(#20190,#20001)
|
|
#20191=*
|
|
exprs(#20191,13,#20190,0,"JSON.st ... y: y})")
|
|
#20192=@"loc,{#10000},7,1,7,50"
|
|
locations_default(#20192,#10000,7,1,7,50)
|
|
hasLocation(#20191,#20192)
|
|
enclosing_stmt(#20191,#20190)
|
|
expr_containers(#20191,#20001)
|
|
#20193=*
|
|
exprs(#20193,14,#20191,-1,"JSON.stringify")
|
|
#20194=@"loc,{#10000},7,1,7,14"
|
|
locations_default(#20194,#10000,7,1,7,14)
|
|
hasLocation(#20193,#20194)
|
|
enclosing_stmt(#20193,#20190)
|
|
expr_containers(#20193,#20001)
|
|
#20195=*
|
|
exprs(#20195,79,#20193,0,"JSON")
|
|
hasLocation(#20195,#20091)
|
|
enclosing_stmt(#20195,#20190)
|
|
expr_containers(#20195,#20001)
|
|
literals("JSON","JSON",#20195)
|
|
#20196=@"var;{JSON};{#20000}"
|
|
variables(#20196,"JSON",#20000)
|
|
bind(#20195,#20196)
|
|
#20197=*
|
|
exprs(#20197,0,#20193,1,"stringify")
|
|
hasLocation(#20197,#20095)
|
|
enclosing_stmt(#20197,#20190)
|
|
expr_containers(#20197,#20001)
|
|
literals("stringify","stringify",#20197)
|
|
#20198=*
|
|
exprs(#20198,77,#20191,0,"let (x ... , y: y}")
|
|
#20199=@"loc,{#10000},7,16,7,49"
|
|
locations_default(#20199,#10000,7,16,7,49)
|
|
hasLocation(#20198,#20199)
|
|
enclosing_stmt(#20198,#20190)
|
|
expr_containers(#20198,#20001)
|
|
#20200=*
|
|
scopes(#20200,4)
|
|
scopenodes(#20198,#20200)
|
|
scopenesting(#20200,#20000)
|
|
#20201=@"var;{x};{#20200}"
|
|
variables(#20201,"x",#20200)
|
|
#20202=@"var;{y};{#20200}"
|
|
variables(#20202,"y",#20200)
|
|
#20203=*
|
|
exprs(#20203,64,#20198,0,"x = 23")
|
|
#20204=@"loc,{#10000},7,21,7,26"
|
|
locations_default(#20204,#10000,7,21,7,26)
|
|
hasLocation(#20203,#20204)
|
|
enclosing_stmt(#20203,#20190)
|
|
expr_containers(#20203,#20001)
|
|
#20205=*
|
|
exprs(#20205,78,#20203,0,"x")
|
|
hasLocation(#20205,#20103)
|
|
enclosing_stmt(#20205,#20190)
|
|
expr_containers(#20205,#20001)
|
|
literals("x","x",#20205)
|
|
decl(#20205,#20201)
|
|
#20206=*
|
|
exprs(#20206,3,#20203,1,"23")
|
|
hasLocation(#20206,#20107)
|
|
enclosing_stmt(#20206,#20190)
|
|
expr_containers(#20206,#20001)
|
|
literals("23","23",#20206)
|
|
#20207=*
|
|
exprs(#20207,64,#20198,1,"y = 19")
|
|
#20208=@"loc,{#10000},7,29,7,34"
|
|
locations_default(#20208,#10000,7,29,7,34)
|
|
hasLocation(#20207,#20208)
|
|
enclosing_stmt(#20207,#20190)
|
|
expr_containers(#20207,#20001)
|
|
#20209=*
|
|
exprs(#20209,78,#20207,0,"y")
|
|
hasLocation(#20209,#20111)
|
|
enclosing_stmt(#20209,#20190)
|
|
expr_containers(#20209,#20001)
|
|
literals("y","y",#20209)
|
|
decl(#20209,#20202)
|
|
#20210=*
|
|
exprs(#20210,3,#20207,1,"19")
|
|
hasLocation(#20210,#20115)
|
|
enclosing_stmt(#20210,#20190)
|
|
expr_containers(#20210,#20001)
|
|
literals("19","19",#20210)
|
|
#20211=*
|
|
exprs(#20211,8,#20198,-1,"{ x: x, y: y}")
|
|
#20212=@"loc,{#10000},7,37,7,49"
|
|
locations_default(#20212,#10000,7,37,7,49)
|
|
hasLocation(#20211,#20212)
|
|
enclosing_stmt(#20211,#20190)
|
|
expr_containers(#20211,#20001)
|
|
#20213=*
|
|
properties(#20213,#20211,0,0,"x: x")
|
|
#20214=@"loc,{#10000},7,39,7,42"
|
|
locations_default(#20214,#10000,7,39,7,42)
|
|
hasLocation(#20213,#20214)
|
|
#20215=*
|
|
exprs(#20215,0,#20213,0,"x")
|
|
hasLocation(#20215,#20121)
|
|
enclosing_stmt(#20215,#20190)
|
|
expr_containers(#20215,#20001)
|
|
literals("x","x",#20215)
|
|
#20216=*
|
|
exprs(#20216,79,#20213,1,"x")
|
|
hasLocation(#20216,#20125)
|
|
enclosing_stmt(#20216,#20190)
|
|
expr_containers(#20216,#20001)
|
|
literals("x","x",#20216)
|
|
bind(#20216,#20201)
|
|
#20217=*
|
|
properties(#20217,#20211,1,0,"y: y")
|
|
#20218=@"loc,{#10000},7,45,7,48"
|
|
locations_default(#20218,#10000,7,45,7,48)
|
|
hasLocation(#20217,#20218)
|
|
#20219=*
|
|
exprs(#20219,0,#20217,0,"y")
|
|
hasLocation(#20219,#20129)
|
|
enclosing_stmt(#20219,#20190)
|
|
expr_containers(#20219,#20001)
|
|
literals("y","y",#20219)
|
|
#20220=*
|
|
exprs(#20220,79,#20217,1,"y")
|
|
hasLocation(#20220,#20133)
|
|
enclosing_stmt(#20220,#20190)
|
|
expr_containers(#20220,#20001)
|
|
literals("y","y",#20220)
|
|
bind(#20220,#20202)
|
|
#20221=*
|
|
entry_cfg_node(#20221,#20001)
|
|
#20222=@"loc,{#10000},1,1,1,0"
|
|
locations_default(#20222,#10000,1,1,1,0)
|
|
hasLocation(#20221,#20222)
|
|
#20223=*
|
|
exit_cfg_node(#20223,#20001)
|
|
hasLocation(#20223,#20141)
|
|
successor(#20190,#20195)
|
|
successor(#20198,#20205)
|
|
successor(#20211,#20215)
|
|
successor(#20220,#20217)
|
|
successor(#20219,#20220)
|
|
successor(#20217,#20191)
|
|
successor(#20216,#20213)
|
|
successor(#20215,#20216)
|
|
successor(#20213,#20219)
|
|
successor(#20210,#20207)
|
|
successor(#20209,#20210)
|
|
successor(#20207,#20211)
|
|
successor(#20206,#20203)
|
|
successor(#20205,#20206)
|
|
successor(#20203,#20209)
|
|
successor(#20197,#20193)
|
|
successor(#20195,#20197)
|
|
successor(#20193,#20198)
|
|
successor(#20191,#20223)
|
|
successor(#20179,#20184)
|
|
successor(#20189,#20186)
|
|
successor(#20188,#20189)
|
|
successor(#20186,#20180)
|
|
successor(#20185,#20182)
|
|
successor(#20184,#20185)
|
|
successor(#20182,#20188)
|
|
successor(#20180,#20190)
|
|
successor(#20154,#20159)
|
|
successor(#20162,#20169)
|
|
successor(#20178,#20175)
|
|
successor(#20177,#20178)
|
|
successor(#20175,#20155)
|
|
successor(#20174,#20171)
|
|
successor(#20173,#20174)
|
|
successor(#20171,#20177)
|
|
successor(#20170,#20167)
|
|
successor(#20169,#20170)
|
|
successor(#20167,#20173)
|
|
successor(#20161,#20157)
|
|
successor(#20159,#20161)
|
|
successor(#20157,#20162)
|
|
successor(#20155,#20179)
|
|
successor(#20145,#20148)
|
|
successor(#20153,#20150)
|
|
successor(#20152,#20153)
|
|
successor(#20150,#20154)
|
|
successor(#20149,#20146)
|
|
successor(#20148,#20149)
|
|
successor(#20146,#20152)
|
|
successor(#20221,#20145)
|
|
numlines(#10000,7,4,0)
|
|
filetype(#10000,"javascript")
|