mirror of
https://github.com/github/codeql.git
synced 2026-03-18 13:36:47 +01:00
218 lines
5.8 KiB
Plaintext
218 lines
5.8 KiB
Plaintext
#10000=@"/try.js;sourcefile"
|
|
files(#10000,"/try.js","try","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,5,1"
|
|
locations_default(#20002,#10000,1,1,5,1)
|
|
hasLocation(#20001,#20002)
|
|
#20003=@"var;{f};{#20000}"
|
|
variables(#20003,"f",#20000)
|
|
#20004=*
|
|
stmts(#20004,17,#20001,0,"functio ... ly {}\n}")
|
|
hasLocation(#20004,#20002)
|
|
stmtContainers(#20004,#20001)
|
|
#20005=*
|
|
exprs(#20005,78,#20004,-1,"f")
|
|
#20006=@"loc,{#10000},1,10,1,10"
|
|
locations_default(#20006,#10000,1,10,1,10)
|
|
hasLocation(#20005,#20006)
|
|
exprContainers(#20005,#20004)
|
|
literals("f","f",#20005)
|
|
decl(#20005,#20003)
|
|
#20007=*
|
|
scopes(#20007,1)
|
|
scopenodes(#20004,#20007)
|
|
scopenesting(#20007,#20000)
|
|
#20008=@"var;{x};{#20007}"
|
|
variables(#20008,"x",#20007)
|
|
#20009=@"var;{arguments};{#20007}"
|
|
variables(#20009,"arguments",#20007)
|
|
isArgumentsObject(#20009)
|
|
#20010=*
|
|
stmts(#20010,1,#20004,-2,"{\n\ttry ... ly {}\n}")
|
|
#20011=@"loc,{#10000},1,14,5,1"
|
|
locations_default(#20011,#10000,1,14,5,1)
|
|
hasLocation(#20010,#20011)
|
|
stmtContainers(#20010,#20004)
|
|
#20012=*
|
|
stmts(#20012,11,#20010,0,"try {\n\t ... ally {}")
|
|
#20013=@"loc,{#10000},2,2,4,13"
|
|
locations_default(#20013,#10000,2,2,4,13)
|
|
hasLocation(#20012,#20013)
|
|
stmtContainers(#20012,#20004)
|
|
#20014=*
|
|
stmts(#20014,1,#20012,0,"{\n\t\tvar x;\n\t}")
|
|
#20015=@"loc,{#10000},2,6,4,2"
|
|
locations_default(#20015,#10000,2,6,4,2)
|
|
hasLocation(#20014,#20015)
|
|
stmtContainers(#20014,#20004)
|
|
#20016=*
|
|
stmts(#20016,18,#20014,0,"var x;")
|
|
#20017=@"loc,{#10000},3,3,3,8"
|
|
locations_default(#20017,#10000,3,3,3,8)
|
|
hasLocation(#20016,#20017)
|
|
stmtContainers(#20016,#20004)
|
|
#20018=*
|
|
exprs(#20018,64,#20016,0,"x")
|
|
#20019=@"loc,{#10000},3,7,3,7"
|
|
locations_default(#20019,#10000,3,7,3,7)
|
|
hasLocation(#20018,#20019)
|
|
enclosingStmt(#20018,#20016)
|
|
exprContainers(#20018,#20004)
|
|
#20020=*
|
|
exprs(#20020,78,#20018,0,"x")
|
|
hasLocation(#20020,#20019)
|
|
enclosingStmt(#20020,#20016)
|
|
exprContainers(#20020,#20004)
|
|
literals("x","x",#20020)
|
|
decl(#20020,#20008)
|
|
#20021=*
|
|
stmts(#20021,1,#20012,-1,"{}")
|
|
#20022=@"loc,{#10000},4,12,4,13"
|
|
locations_default(#20022,#10000,4,12,4,13)
|
|
hasLocation(#20021,#20022)
|
|
stmtContainers(#20021,#20004)
|
|
numlines(#20004,5,5,0)
|
|
#20023=*
|
|
lines(#20023,#20001,"function f() {","
|
|
")
|
|
#20024=@"loc,{#10000},1,1,1,14"
|
|
locations_default(#20024,#10000,1,1,1,14)
|
|
hasLocation(#20023,#20024)
|
|
#20025=*
|
|
lines(#20025,#20001," try {","
|
|
")
|
|
#20026=@"loc,{#10000},2,1,2,6"
|
|
locations_default(#20026,#10000,2,1,2,6)
|
|
hasLocation(#20025,#20026)
|
|
indentation(#10000,2," ",1)
|
|
#20027=*
|
|
lines(#20027,#20001," var x;","
|
|
")
|
|
#20028=@"loc,{#10000},3,1,3,8"
|
|
locations_default(#20028,#10000,3,1,3,8)
|
|
hasLocation(#20027,#20028)
|
|
indentation(#10000,3," ",2)
|
|
#20029=*
|
|
lines(#20029,#20001," } finally {}","
|
|
")
|
|
#20030=@"loc,{#10000},4,1,4,13"
|
|
locations_default(#20030,#10000,4,1,4,13)
|
|
hasLocation(#20029,#20030)
|
|
indentation(#10000,4," ",1)
|
|
#20031=*
|
|
lines(#20031,#20001,"}","")
|
|
#20032=@"loc,{#10000},5,1,5,1"
|
|
locations_default(#20032,#10000,5,1,5,1)
|
|
hasLocation(#20031,#20032)
|
|
numlines(#20001,5,5,0)
|
|
#20033=*
|
|
tokeninfo(#20033,7,#20001,0,"function")
|
|
#20034=@"loc,{#10000},1,1,1,8"
|
|
locations_default(#20034,#10000,1,1,1,8)
|
|
hasLocation(#20033,#20034)
|
|
#20035=*
|
|
tokeninfo(#20035,6,#20001,1,"f")
|
|
hasLocation(#20035,#20006)
|
|
#20036=*
|
|
tokeninfo(#20036,8,#20001,2,"(")
|
|
#20037=@"loc,{#10000},1,11,1,11"
|
|
locations_default(#20037,#10000,1,11,1,11)
|
|
hasLocation(#20036,#20037)
|
|
#20038=*
|
|
tokeninfo(#20038,8,#20001,3,")")
|
|
#20039=@"loc,{#10000},1,12,1,12"
|
|
locations_default(#20039,#10000,1,12,1,12)
|
|
hasLocation(#20038,#20039)
|
|
#20040=*
|
|
tokeninfo(#20040,8,#20001,4,"{")
|
|
#20041=@"loc,{#10000},1,14,1,14"
|
|
locations_default(#20041,#10000,1,14,1,14)
|
|
hasLocation(#20040,#20041)
|
|
#20042=*
|
|
tokeninfo(#20042,7,#20001,5,"try")
|
|
#20043=@"loc,{#10000},2,2,2,4"
|
|
locations_default(#20043,#10000,2,2,2,4)
|
|
hasLocation(#20042,#20043)
|
|
#20044=*
|
|
tokeninfo(#20044,8,#20001,6,"{")
|
|
#20045=@"loc,{#10000},2,6,2,6"
|
|
locations_default(#20045,#10000,2,6,2,6)
|
|
hasLocation(#20044,#20045)
|
|
#20046=*
|
|
tokeninfo(#20046,7,#20001,7,"var")
|
|
#20047=@"loc,{#10000},3,3,3,5"
|
|
locations_default(#20047,#10000,3,3,3,5)
|
|
hasLocation(#20046,#20047)
|
|
#20048=*
|
|
tokeninfo(#20048,6,#20001,8,"x")
|
|
hasLocation(#20048,#20019)
|
|
#20049=*
|
|
tokeninfo(#20049,8,#20001,9,";")
|
|
#20050=@"loc,{#10000},3,8,3,8"
|
|
locations_default(#20050,#10000,3,8,3,8)
|
|
hasLocation(#20049,#20050)
|
|
#20051=*
|
|
tokeninfo(#20051,8,#20001,10,"}")
|
|
#20052=@"loc,{#10000},4,2,4,2"
|
|
locations_default(#20052,#10000,4,2,4,2)
|
|
hasLocation(#20051,#20052)
|
|
#20053=*
|
|
tokeninfo(#20053,7,#20001,11,"finally")
|
|
#20054=@"loc,{#10000},4,4,4,10"
|
|
locations_default(#20054,#10000,4,4,4,10)
|
|
hasLocation(#20053,#20054)
|
|
#20055=*
|
|
tokeninfo(#20055,8,#20001,12,"{")
|
|
#20056=@"loc,{#10000},4,12,4,12"
|
|
locations_default(#20056,#10000,4,12,4,12)
|
|
hasLocation(#20055,#20056)
|
|
#20057=*
|
|
tokeninfo(#20057,8,#20001,13,"}")
|
|
#20058=@"loc,{#10000},4,13,4,13"
|
|
locations_default(#20058,#10000,4,13,4,13)
|
|
hasLocation(#20057,#20058)
|
|
#20059=*
|
|
tokeninfo(#20059,8,#20001,14,"}")
|
|
hasLocation(#20059,#20032)
|
|
#20060=*
|
|
tokeninfo(#20060,0,#20001,15,"")
|
|
#20061=@"loc,{#10000},5,2,5,1"
|
|
locations_default(#20061,#10000,5,2,5,1)
|
|
hasLocation(#20060,#20061)
|
|
#20062=*
|
|
entry_cfg_node(#20062,#20001)
|
|
#20063=@"loc,{#10000},1,1,1,0"
|
|
locations_default(#20063,#10000,1,1,1,0)
|
|
hasLocation(#20062,#20063)
|
|
#20064=*
|
|
exit_cfg_node(#20064,#20001)
|
|
hasLocation(#20064,#20061)
|
|
successor(#20004,#20064)
|
|
#20065=*
|
|
entry_cfg_node(#20065,#20004)
|
|
hasLocation(#20065,#20063)
|
|
#20066=*
|
|
exit_cfg_node(#20066,#20004)
|
|
hasLocation(#20066,#20061)
|
|
successor(#20010,#20012)
|
|
successor(#20012,#20014)
|
|
successor(#20014,#20016)
|
|
successor(#20016,#20020)
|
|
successor(#20020,#20018)
|
|
successor(#20018,#20021)
|
|
successor(#20021,#20066)
|
|
successor(#20065,#20010)
|
|
successor(#20005,#20004)
|
|
successor(#20062,#20005)
|
|
numlines(#10000,5,5,0)
|
|
filetype(#10000,"javascript")
|