mirror of
https://github.com/github/codeql.git
synced 2026-03-26 17:28:29 +01:00
242 lines
6.3 KiB
Plaintext
242 lines
6.3 KiB
Plaintext
#10000=@"/short-circuit.js;sourcefile"
|
|
files(#10000,"/short-circuit.js","short-circuit","js",0)
|
|
#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"
|
|
toplevels(#20001,0)
|
|
#20002=@"loc,{#10000},1,1,2,12"
|
|
locations_default(#20002,#10000,1,1,2,12)
|
|
hasLocation(#20001,#20002)
|
|
#20003=*
|
|
stmts(#20003,2,#20001,0,"a && b && c;")
|
|
#20004=@"loc,{#10000},1,1,1,12"
|
|
locations_default(#20004,#10000,1,1,1,12)
|
|
hasLocation(#20003,#20004)
|
|
stmtContainers(#20003,#20001)
|
|
#20005=*
|
|
exprs(#20005,44,#20003,0,"a && b && c")
|
|
#20006=@"loc,{#10000},1,1,1,11"
|
|
locations_default(#20006,#10000,1,1,1,11)
|
|
hasLocation(#20005,#20006)
|
|
enclosingStmt(#20005,#20003)
|
|
exprContainers(#20005,#20001)
|
|
#20007=*
|
|
exprs(#20007,44,#20005,0,"a && b")
|
|
#20008=@"loc,{#10000},1,1,1,6"
|
|
locations_default(#20008,#10000,1,1,1,6)
|
|
hasLocation(#20007,#20008)
|
|
enclosingStmt(#20007,#20003)
|
|
exprContainers(#20007,#20001)
|
|
#20009=*
|
|
exprs(#20009,79,#20007,0,"a")
|
|
#20010=@"loc,{#10000},1,1,1,1"
|
|
locations_default(#20010,#10000,1,1,1,1)
|
|
hasLocation(#20009,#20010)
|
|
enclosingStmt(#20009,#20003)
|
|
exprContainers(#20009,#20001)
|
|
literals("a","a",#20009)
|
|
#20011=@"var;{a};{#20000}"
|
|
variables(#20011,"a",#20000)
|
|
bind(#20009,#20011)
|
|
#20012=*
|
|
exprs(#20012,79,#20007,1,"b")
|
|
#20013=@"loc,{#10000},1,6,1,6"
|
|
locations_default(#20013,#10000,1,6,1,6)
|
|
hasLocation(#20012,#20013)
|
|
enclosingStmt(#20012,#20003)
|
|
exprContainers(#20012,#20001)
|
|
literals("b","b",#20012)
|
|
#20014=@"var;{b};{#20000}"
|
|
variables(#20014,"b",#20000)
|
|
bind(#20012,#20014)
|
|
#20015=*
|
|
exprs(#20015,79,#20005,1,"c")
|
|
#20016=@"loc,{#10000},1,11,1,11"
|
|
locations_default(#20016,#10000,1,11,1,11)
|
|
hasLocation(#20015,#20016)
|
|
enclosingStmt(#20015,#20003)
|
|
exprContainers(#20015,#20001)
|
|
literals("c","c",#20015)
|
|
#20017=@"var;{c};{#20000}"
|
|
variables(#20017,"c",#20000)
|
|
bind(#20015,#20017)
|
|
#20018=*
|
|
stmts(#20018,2,#20001,1,"x || y || z;")
|
|
#20019=@"loc,{#10000},2,1,2,12"
|
|
locations_default(#20019,#10000,2,1,2,12)
|
|
hasLocation(#20018,#20019)
|
|
stmtContainers(#20018,#20001)
|
|
#20020=*
|
|
exprs(#20020,45,#20018,0,"x || y || z")
|
|
#20021=@"loc,{#10000},2,1,2,11"
|
|
locations_default(#20021,#10000,2,1,2,11)
|
|
hasLocation(#20020,#20021)
|
|
enclosingStmt(#20020,#20018)
|
|
exprContainers(#20020,#20001)
|
|
#20022=*
|
|
exprs(#20022,45,#20020,0,"x || y")
|
|
#20023=@"loc,{#10000},2,1,2,6"
|
|
locations_default(#20023,#10000,2,1,2,6)
|
|
hasLocation(#20022,#20023)
|
|
enclosingStmt(#20022,#20018)
|
|
exprContainers(#20022,#20001)
|
|
#20024=*
|
|
exprs(#20024,79,#20022,0,"x")
|
|
#20025=@"loc,{#10000},2,1,2,1"
|
|
locations_default(#20025,#10000,2,1,2,1)
|
|
hasLocation(#20024,#20025)
|
|
enclosingStmt(#20024,#20018)
|
|
exprContainers(#20024,#20001)
|
|
literals("x","x",#20024)
|
|
#20026=@"var;{x};{#20000}"
|
|
variables(#20026,"x",#20000)
|
|
bind(#20024,#20026)
|
|
#20027=*
|
|
exprs(#20027,79,#20022,1,"y")
|
|
#20028=@"loc,{#10000},2,6,2,6"
|
|
locations_default(#20028,#10000,2,6,2,6)
|
|
hasLocation(#20027,#20028)
|
|
enclosingStmt(#20027,#20018)
|
|
exprContainers(#20027,#20001)
|
|
literals("y","y",#20027)
|
|
#20029=@"var;{y};{#20000}"
|
|
variables(#20029,"y",#20000)
|
|
bind(#20027,#20029)
|
|
#20030=*
|
|
exprs(#20030,79,#20020,1,"z")
|
|
#20031=@"loc,{#10000},2,11,2,11"
|
|
locations_default(#20031,#10000,2,11,2,11)
|
|
hasLocation(#20030,#20031)
|
|
enclosingStmt(#20030,#20018)
|
|
exprContainers(#20030,#20001)
|
|
literals("z","z",#20030)
|
|
#20032=@"var;{z};{#20000}"
|
|
variables(#20032,"z",#20000)
|
|
bind(#20030,#20032)
|
|
#20033=*
|
|
lines(#20033,#20001,"a && b && c;","
|
|
")
|
|
hasLocation(#20033,#20004)
|
|
#20034=*
|
|
lines(#20034,#20001,"x || y || z;","")
|
|
hasLocation(#20034,#20019)
|
|
numlines(#20001,2,2,0)
|
|
#20035=*
|
|
tokeninfo(#20035,6,#20001,0,"a")
|
|
hasLocation(#20035,#20010)
|
|
#20036=*
|
|
tokeninfo(#20036,8,#20001,1,"&&")
|
|
#20037=@"loc,{#10000},1,3,1,4"
|
|
locations_default(#20037,#10000,1,3,1,4)
|
|
hasLocation(#20036,#20037)
|
|
#20038=*
|
|
tokeninfo(#20038,6,#20001,2,"b")
|
|
hasLocation(#20038,#20013)
|
|
#20039=*
|
|
tokeninfo(#20039,8,#20001,3,"&&")
|
|
#20040=@"loc,{#10000},1,8,1,9"
|
|
locations_default(#20040,#10000,1,8,1,9)
|
|
hasLocation(#20039,#20040)
|
|
#20041=*
|
|
tokeninfo(#20041,6,#20001,4,"c")
|
|
hasLocation(#20041,#20016)
|
|
#20042=*
|
|
tokeninfo(#20042,8,#20001,5,";")
|
|
#20043=@"loc,{#10000},1,12,1,12"
|
|
locations_default(#20043,#10000,1,12,1,12)
|
|
hasLocation(#20042,#20043)
|
|
#20044=*
|
|
tokeninfo(#20044,6,#20001,6,"x")
|
|
hasLocation(#20044,#20025)
|
|
#20045=*
|
|
tokeninfo(#20045,8,#20001,7,"||")
|
|
#20046=@"loc,{#10000},2,3,2,4"
|
|
locations_default(#20046,#10000,2,3,2,4)
|
|
hasLocation(#20045,#20046)
|
|
#20047=*
|
|
tokeninfo(#20047,6,#20001,8,"y")
|
|
hasLocation(#20047,#20028)
|
|
#20048=*
|
|
tokeninfo(#20048,8,#20001,9,"||")
|
|
#20049=@"loc,{#10000},2,8,2,9"
|
|
locations_default(#20049,#10000,2,8,2,9)
|
|
hasLocation(#20048,#20049)
|
|
#20050=*
|
|
tokeninfo(#20050,6,#20001,10,"z")
|
|
hasLocation(#20050,#20031)
|
|
#20051=*
|
|
tokeninfo(#20051,8,#20001,11,";")
|
|
#20052=@"loc,{#10000},2,12,2,12"
|
|
locations_default(#20052,#10000,2,12,2,12)
|
|
hasLocation(#20051,#20052)
|
|
#20053=*
|
|
tokeninfo(#20053,0,#20001,12,"")
|
|
#20054=@"loc,{#10000},2,13,2,12"
|
|
locations_default(#20054,#10000,2,13,2,12)
|
|
hasLocation(#20053,#20054)
|
|
#20055=*
|
|
entry_cfg_node(#20055,#20001)
|
|
#20056=@"loc,{#10000},1,1,1,0"
|
|
locations_default(#20056,#10000,1,1,1,0)
|
|
hasLocation(#20055,#20056)
|
|
#20057=*
|
|
exit_cfg_node(#20057,#20001)
|
|
hasLocation(#20057,#20054)
|
|
successor(#20018,#20020)
|
|
successor(#20020,#20022)
|
|
successor(#20022,#20024)
|
|
#20058=*
|
|
guard_node(#20058,1,#20024)
|
|
hasLocation(#20058,#20025)
|
|
successor(#20058,#20057)
|
|
#20059=*
|
|
guard_node(#20059,0,#20024)
|
|
hasLocation(#20059,#20025)
|
|
successor(#20059,#20027)
|
|
successor(#20024,#20058)
|
|
successor(#20024,#20059)
|
|
#20060=*
|
|
guard_node(#20060,1,#20027)
|
|
hasLocation(#20060,#20028)
|
|
successor(#20060,#20057)
|
|
#20061=*
|
|
guard_node(#20061,0,#20027)
|
|
hasLocation(#20061,#20028)
|
|
successor(#20061,#20030)
|
|
successor(#20027,#20060)
|
|
successor(#20027,#20061)
|
|
successor(#20030,#20057)
|
|
successor(#20003,#20005)
|
|
successor(#20005,#20007)
|
|
successor(#20007,#20009)
|
|
#20062=*
|
|
guard_node(#20062,1,#20009)
|
|
hasLocation(#20062,#20010)
|
|
successor(#20062,#20012)
|
|
#20063=*
|
|
guard_node(#20063,0,#20009)
|
|
hasLocation(#20063,#20010)
|
|
successor(#20063,#20018)
|
|
successor(#20009,#20062)
|
|
successor(#20009,#20063)
|
|
#20064=*
|
|
guard_node(#20064,1,#20012)
|
|
hasLocation(#20064,#20013)
|
|
successor(#20064,#20015)
|
|
#20065=*
|
|
guard_node(#20065,0,#20012)
|
|
hasLocation(#20065,#20013)
|
|
successor(#20065,#20018)
|
|
successor(#20012,#20064)
|
|
successor(#20012,#20065)
|
|
successor(#20015,#20018)
|
|
successor(#20055,#20003)
|
|
numlines(#10000,2,2,0)
|
|
filetype(#10000,"javascript")
|