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

174 lines
4.6 KiB
Plaintext

#10000=@"/export9.js;sourcefile"
files(#10000,"/export9.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,"export default class C {} [,]","
")
#20003=@"loc,{#10000},1,1,1,29"
locations_default(#20003,#10000,1,1,1,29)
hasLocation(#20002,#20003)
numlines(#20001,1,1,0)
#20004=*
tokeninfo(#20004,7,#20001,0,"export")
#20005=@"loc,{#10000},1,1,1,6"
locations_default(#20005,#10000,1,1,1,6)
hasLocation(#20004,#20005)
#20006=*
tokeninfo(#20006,7,#20001,1,"default")
#20007=@"loc,{#10000},1,8,1,14"
locations_default(#20007,#10000,1,8,1,14)
hasLocation(#20006,#20007)
#20008=*
tokeninfo(#20008,7,#20001,2,"class")
#20009=@"loc,{#10000},1,16,1,20"
locations_default(#20009,#10000,1,16,1,20)
hasLocation(#20008,#20009)
#20010=*
tokeninfo(#20010,6,#20001,3,"C")
#20011=@"loc,{#10000},1,22,1,22"
locations_default(#20011,#10000,1,22,1,22)
hasLocation(#20010,#20011)
#20012=*
tokeninfo(#20012,8,#20001,4,"{")
#20013=@"loc,{#10000},1,24,1,24"
locations_default(#20013,#10000,1,24,1,24)
hasLocation(#20012,#20013)
#20014=*
tokeninfo(#20014,8,#20001,5,"}")
#20015=@"loc,{#10000},1,25,1,25"
locations_default(#20015,#10000,1,25,1,25)
hasLocation(#20014,#20015)
#20016=*
tokeninfo(#20016,8,#20001,6,"[")
#20017=@"loc,{#10000},1,27,1,27"
locations_default(#20017,#10000,1,27,1,27)
hasLocation(#20016,#20017)
#20018=*
tokeninfo(#20018,8,#20001,7,",")
#20019=@"loc,{#10000},1,28,1,28"
locations_default(#20019,#10000,1,28,1,28)
hasLocation(#20018,#20019)
#20020=*
tokeninfo(#20020,8,#20001,8,"]")
#20021=@"loc,{#10000},1,29,1,29"
locations_default(#20021,#10000,1,29,1,29)
hasLocation(#20020,#20021)
#20022=*
tokeninfo(#20022,0,#20001,9,"")
#20023=@"loc,{#10000},2,1,2,0"
locations_default(#20023,#10000,2,1,2,0)
hasLocation(#20022,#20023)
toplevels(#20001,0)
#20024=@"loc,{#10000},1,1,2,0"
locations_default(#20024,#10000,1,1,2,0)
hasLocation(#20001,#20024)
#20025=@"module;{#10000},1,1"
scopes(#20025,3)
scopenodes(#20001,#20025)
scopenesting(#20025,#20000)
is_module(#20001)
is_es2015_module(#20001)
#20026=@"var;{C};{#20025}"
variables(#20026,"C",#20025)
#20027=@"local_type_name;{C};{#20025}"
local_type_names(#20027,"C",#20025)
#20028=*
stmts(#20028,29,#20001,0,"export ... ss C {}")
#20029=@"loc,{#10000},1,1,1,25"
locations_default(#20029,#10000,1,1,1,25)
hasLocation(#20028,#20029)
stmt_containers(#20028,#20001)
#20030=*
stmts(#20030,26,#20028,0,"class C {}")
#20031=@"loc,{#10000},1,16,1,25"
locations_default(#20031,#10000,1,16,1,25)
hasLocation(#20030,#20031)
stmt_containers(#20030,#20001)
#20032=*
exprs(#20032,78,#20030,0,"C")
hasLocation(#20032,#20011)
enclosing_stmt(#20032,#20030)
expr_containers(#20032,#20001)
literals("C","C",#20032)
decl(#20032,#20026)
typedecl(#20032,#20027)
#20033=*
scopes(#20033,10)
scopenodes(#20030,#20033)
scopenesting(#20033,#20025)
#20034=*
properties(#20034,#20030,2,0,"constructor() {}")
#20035=@"loc,{#10000},1,24,1,23"
locations_default(#20035,#10000,1,24,1,23)
hasLocation(#20034,#20035)
#20036=*
exprs(#20036,0,#20034,0,"constructor")
hasLocation(#20036,#20035)
enclosing_stmt(#20036,#20030)
expr_containers(#20036,#20001)
literals("constructor","constructor",#20036)
#20037=*
exprs(#20037,9,#20034,1,"() {}")
hasLocation(#20037,#20035)
enclosing_stmt(#20037,#20030)
expr_containers(#20037,#20001)
#20038=*
scopes(#20038,1)
scopenodes(#20037,#20038)
scopenesting(#20038,#20033)
#20039=@"var;{arguments};{#20038}"
variables(#20039,"arguments",#20038)
is_arguments_object(#20039)
#20040=*
stmts(#20040,1,#20037,-2,"{}")
hasLocation(#20040,#20035)
stmt_containers(#20040,#20037)
is_method(#20034)
#20041=*
stmts(#20041,2,#20001,1,"[,]")
#20042=@"loc,{#10000},1,27,1,29"
locations_default(#20042,#10000,1,27,1,29)
hasLocation(#20041,#20042)
stmt_containers(#20041,#20001)
#20043=*
exprs(#20043,7,#20041,0,"[,]")
hasLocation(#20043,#20042)
enclosing_stmt(#20043,#20041)
expr_containers(#20043,#20001)
array_size(#20043,1)
#20044=*
entry_cfg_node(#20044,#20001)
#20045=@"loc,{#10000},1,1,1,0"
locations_default(#20045,#10000,1,1,1,0)
hasLocation(#20044,#20045)
#20046=*
exit_cfg_node(#20046,#20001)
hasLocation(#20046,#20023)
successor(#20041,#20043)
successor(#20043,#20046)
successor(#20028,#20032)
successor(#20037,#20034)
#20047=*
entry_cfg_node(#20047,#20037)
hasLocation(#20047,#20035)
#20048=*
exit_cfg_node(#20048,#20037)
hasLocation(#20048,#20035)
successor(#20040,#20048)
successor(#20047,#20040)
successor(#20036,#20037)
successor(#20034,#20030)
successor(#20032,#20036)
successor(#20030,#20041)
successor(#20044,#20028)
numlines(#10000,1,1,0)
filetype(#10000,"javascript")