renamed "isArgumentsObject" to "is_arguments_object"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:51 +02:00
parent 3fb561d72b
commit 2204b1e92d
98 changed files with 207 additions and 200 deletions

View File

@@ -948,7 +948,7 @@ public class ASTExtractor {
if (!(nd instanceof ArrowFunctionExpression)) { if (!(nd instanceof ArrowFunctionExpression)) {
if (!scopeManager.declaredInCurrentScope("arguments")) if (!scopeManager.declaredInCurrentScope("arguments"))
scopeManager.addVariables("arguments"); scopeManager.addVariables("arguments");
trapwriter.addTuple("isArgumentsObject", scopeManager.getVarKey("arguments")); trapwriter.addTuple("is_arguments_object", scopeManager.getVarKey("arguments"));
} }
// add return type at index -3 // add return type at index -3

View File

@@ -87,7 +87,7 @@ scopenodes(#20024,#20025)
scopenesting(#20025,#20000) scopenesting(#20025,#20000)
#20026=@"var;{arguments};{#20025}" #20026=@"var;{arguments};{#20025}"
variables(#20026,"arguments",#20025) variables(#20026,"arguments",#20025)
isArgumentsObject(#20026) is_arguments_object(#20026)
#20027=* #20027=*
stmts(#20027,1,#20024,-2,"{}") stmts(#20027,1,#20024,-2,"{}")
hasLocation(#20027,#20022) hasLocation(#20027,#20022)

View File

@@ -108,7 +108,7 @@ scopenodes(#20030,#20031)
scopenesting(#20031,#20023) scopenesting(#20031,#20023)
#20032=@"var;{arguments};{#20031}" #20032=@"var;{arguments};{#20031}"
variables(#20032,"arguments",#20031) variables(#20032,"arguments",#20031)
isArgumentsObject(#20032) is_arguments_object(#20032)
#20033=* #20033=*
stmts(#20033,1,#20030,-2,"{}") stmts(#20033,1,#20030,-2,"{}")
hasLocation(#20033,#20028) hasLocation(#20033,#20028)

View File

@@ -114,7 +114,7 @@ literals("args","args",#20033)
decl(#20033,#20032) decl(#20033,#20032)
#20034=@"var;{arguments};{#20031}" #20034=@"var;{arguments};{#20031}"
variables(#20034,"arguments",#20031) variables(#20034,"arguments",#20031)
isArgumentsObject(#20034) is_arguments_object(#20034)
hasRestParameter(#20030) hasRestParameter(#20030)
#20035=* #20035=*
stmts(#20035,1,#20030,-2,"{ super(...args); }") stmts(#20035,1,#20030,-2,"{ super(...args); }")

View File

@@ -135,7 +135,7 @@ literals("args","args",#20039)
decl(#20039,#20038) decl(#20039,#20038)
#20040=@"var;{arguments};{#20037}" #20040=@"var;{arguments};{#20037}"
variables(#20040,"arguments",#20037) variables(#20040,"arguments",#20037)
isArgumentsObject(#20040) is_arguments_object(#20040)
hasRestParameter(#20036) hasRestParameter(#20036)
#20041=* #20041=*
stmts(#20041,1,#20036,-2,"{ super(...args); }") stmts(#20041,1,#20036,-2,"{ super(...args); }")

View File

@@ -426,7 +426,7 @@ scopenodes(#20146,#20148)
scopenesting(#20148,#20142) scopenesting(#20148,#20142)
#20149=@"var;{arguments};{#20148}" #20149=@"var;{arguments};{#20148}"
variables(#20149,"arguments",#20148) variables(#20149,"arguments",#20148)
isArgumentsObject(#20149) is_arguments_object(#20149)
#20150=* #20150=*
stmts(#20150,1,#20146,-2,"{\n ctor;\n }") stmts(#20150,1,#20146,-2,"{\n ctor;\n }")
#20151=@"loc,{#10000},2,17,4,3" #20151=@"loc,{#10000},2,17,4,3"
@@ -495,7 +495,7 @@ scopenodes(#20165,#20167)
scopenesting(#20167,#20142) scopenesting(#20167,#20142)
#20168=@"var;{arguments};{#20167}" #20168=@"var;{arguments};{#20167}"
variables(#20168,"arguments",#20167) variables(#20168,"arguments",#20167)
isArgumentsObject(#20168) is_arguments_object(#20168)
#20169=* #20169=*
stmts(#20169,1,#20165,-2,"{}") stmts(#20169,1,#20165,-2,"{}")
#20170=@"loc,{#10000},7,7,7,8" #20170=@"loc,{#10000},7,7,7,8"
@@ -527,7 +527,7 @@ scopenodes(#20174,#20176)
scopenesting(#20176,#20142) scopenesting(#20176,#20142)
#20177=@"var;{arguments};{#20176}" #20177=@"var;{arguments};{#20176}"
variables(#20177,"arguments",#20176) variables(#20177,"arguments",#20176)
isArgumentsObject(#20177) is_arguments_object(#20177)
#20178=* #20178=*
stmts(#20178,1,#20174,-2,"{}") stmts(#20178,1,#20174,-2,"{}")
#20179=@"loc,{#10000},8,14,8,15" #20179=@"loc,{#10000},8,14,8,15"
@@ -585,7 +585,7 @@ scopenodes(#20188,#20190)
scopenesting(#20190,#20183) scopenesting(#20190,#20183)
#20191=@"var;{arguments};{#20190}" #20191=@"var;{arguments};{#20190}"
variables(#20191,"arguments",#20190) variables(#20191,"arguments",#20190)
isArgumentsObject(#20191) is_arguments_object(#20191)
#20192=* #20192=*
stmts(#20192,1,#20188,-2,"{\n b ... er;\n }") stmts(#20192,1,#20188,-2,"{\n b ... er;\n }")
#20193=@"loc,{#10000},12,17,16,3" #20193=@"loc,{#10000},12,17,16,3"

View File

@@ -883,7 +883,7 @@ scopenesting(#20325,#20000)
variables(#20326,"i",#20325) variables(#20326,"i",#20325)
#20327=@"var;{arguments};{#20325}" #20327=@"var;{arguments};{#20325}"
variables(#20327,"arguments",#20325) variables(#20327,"arguments",#20325)
isArgumentsObject(#20327) is_arguments_object(#20327)
#20328=* #20328=*
stmts(#20328,1,#20322,-2,"{\n v ... }\n}") stmts(#20328,1,#20322,-2,"{\n v ... }\n}")
#20329=@"loc,{#10000},2,1,10,1" #20329=@"loc,{#10000},2,1,10,1"
@@ -1093,7 +1093,7 @@ literals("o","o",#20377)
decl(#20377,#20376) decl(#20377,#20376)
#20378=@"var;{arguments};{#20374}" #20378=@"var;{arguments};{#20374}"
variables(#20378,"arguments",#20374) variables(#20378,"arguments",#20374)
isArgumentsObject(#20378) is_arguments_object(#20378)
#20379=* #20379=*
stmts(#20379,1,#20371,-2,"{\n f ... (p);\n}") stmts(#20379,1,#20371,-2,"{\n f ... (p);\n}")
#20380=@"loc,{#10000},15,15,18,1" #20380=@"loc,{#10000},15,15,18,1"

View File

@@ -104,7 +104,7 @@ literals("ö","ö",#20032)
decl(#20032,#20031) decl(#20032,#20031)
#20033=@"var;{arguments};{#20028}" #20033=@"var;{arguments};{#20028}"
variables(#20033,"arguments",#20028) variables(#20033,"arguments",#20028)
isArgumentsObject(#20033) is_arguments_object(#20033)
#20034=* #20034=*
stmts(#20034,1,#20026,-2,"{}") stmts(#20034,1,#20026,-2,"{}")
#20035=@"loc,{#10000},1,18,1,19" #20035=@"loc,{#10000},1,18,1,19"

View File

@@ -165,7 +165,7 @@ literals("o","o",#20056)
decl(#20056,#20055) decl(#20056,#20055)
#20057=@"var;{arguments};{#20053}" #20057=@"var;{arguments};{#20053}"
variables(#20057,"arguments",#20053) variables(#20057,"arguments",#20053)
isArgumentsObject(#20057) is_arguments_object(#20057)
#20058=* #20058=*
stmts(#20058,1,#20051,-2,"{\n var ... n ys;\n}") stmts(#20058,1,#20051,-2,"{\n var ... n ys;\n}")
#20059=@"loc,{#10000},1,17,4,1" #20059=@"loc,{#10000},1,17,4,1"

View File

@@ -259,7 +259,7 @@ scopenodes(#20086,#20088)
scopenesting(#20088,#20082) scopenesting(#20088,#20082)
#20089=@"var;{arguments};{#20088}" #20089=@"var;{arguments};{#20088}"
variables(#20089,"arguments",#20088) variables(#20089,"arguments",#20088)
isArgumentsObject(#20089) is_arguments_object(#20089)
#20090=* #20090=*
stmts(#20090,1,#20086,-2,"{\n r ... _x;\n }") stmts(#20090,1,#20086,-2,"{\n r ... _x;\n }")
#20091=@"loc,{#10000},2,11,4,3" #20091=@"loc,{#10000},2,11,4,3"
@@ -323,7 +323,7 @@ literals("v","v",#20105)
decl(#20105,#20104) decl(#20105,#20104)
#20106=@"var;{arguments};{#20103}" #20106=@"var;{arguments};{#20103}"
variables(#20106,"arguments",#20103) variables(#20106,"arguments",#20103)
isArgumentsObject(#20106) is_arguments_object(#20106)
#20107=* #20107=*
stmts(#20107,1,#20101,-2,"{\n t ... +v;\n }") stmts(#20107,1,#20101,-2,"{\n t ... +v;\n }")
#20108=@"loc,{#10000},5,12,7,3" #20108=@"loc,{#10000},5,12,7,3"
@@ -398,7 +398,7 @@ scopenodes(#20123,#20124)
scopenesting(#20124,#20082) scopenesting(#20124,#20082)
#20125=@"var;{arguments};{#20124}" #20125=@"var;{arguments};{#20124}"
variables(#20125,"arguments",#20124) variables(#20125,"arguments",#20124)
isArgumentsObject(#20125) is_arguments_object(#20125)
#20126=* #20126=*
stmts(#20126,1,#20123,-2,"{}") stmts(#20126,1,#20123,-2,"{}")
hasLocation(#20126,#20121) hasLocation(#20126,#20121)

View File

@@ -181,7 +181,7 @@ literals("x","x",#20058)
decl(#20058,#20057) decl(#20058,#20057)
#20059=@"var;{arguments};{#20056}" #20059=@"var;{arguments};{#20056}"
variables(#20059,"arguments",#20056) variables(#20059,"arguments",#20056)
isArgumentsObject(#20059) is_arguments_object(#20059)
#20060=* #20060=*
stmts(#20060,1,#20054,-2,"{\n t ... x;\n }") stmts(#20060,1,#20054,-2,"{\n t ... x;\n }")
#20061=@"loc,{#10000},2,18,4,3" #20061=@"loc,{#10000},2,18,4,3"

View File

@@ -111,7 +111,7 @@ literals("args","args",#20031)
decl(#20031,#20030) decl(#20031,#20030)
#20032=@"var;{arguments};{#20029}" #20032=@"var;{arguments};{#20029}"
variables(#20032,"arguments",#20029) variables(#20032,"arguments",#20029)
isArgumentsObject(#20032) is_arguments_object(#20032)
hasRestParameter(#20028) hasRestParameter(#20028)
#20033=* #20033=*
stmts(#20033,1,#20028,-2,"{ super(...args); }") stmts(#20033,1,#20028,-2,"{ super(...args); }")

View File

@@ -213,7 +213,7 @@ literals("args","args",#20064)
decl(#20064,#20063) decl(#20064,#20063)
#20065=@"var;{arguments};{#20062}" #20065=@"var;{arguments};{#20062}"
variables(#20065,"arguments",#20062) variables(#20065,"arguments",#20062)
isArgumentsObject(#20065) is_arguments_object(#20065)
hasRestParameter(#20061) hasRestParameter(#20061)
#20066=* #20066=*
stmts(#20066,1,#20061,-2,"{ super(...args); }") stmts(#20066,1,#20061,-2,"{ super(...args); }")

View File

@@ -163,7 +163,7 @@ scopenodes(#20050,#20052)
scopenesting(#20052,#20046) scopenesting(#20052,#20046)
#20053=@"var;{arguments};{#20052}" #20053=@"var;{arguments};{#20052}"
variables(#20053,"arguments",#20052) variables(#20053,"arguments",#20052)
isArgumentsObject(#20053) is_arguments_object(#20053)
#20054=* #20054=*
stmts(#20054,1,#20050,-2,"{\n r ... .x;\n }") stmts(#20054,1,#20050,-2,"{\n r ... .x;\n }")
#20055=@"loc,{#10000},2,10,4,3" #20055=@"loc,{#10000},2,10,4,3"
@@ -217,7 +217,7 @@ scopenodes(#20065,#20066)
scopenesting(#20066,#20046) scopenesting(#20066,#20046)
#20067=@"var;{arguments};{#20066}" #20067=@"var;{arguments};{#20066}"
variables(#20067,"arguments",#20066) variables(#20067,"arguments",#20066)
isArgumentsObject(#20067) is_arguments_object(#20067)
#20068=* #20068=*
stmts(#20068,1,#20065,-2,"{}") stmts(#20068,1,#20065,-2,"{}")
hasLocation(#20068,#20063) hasLocation(#20068,#20063)

View File

@@ -158,7 +158,7 @@ scopenodes(#20048,#20050)
scopenesting(#20050,#20044) scopenesting(#20050,#20044)
#20051=@"var;{arguments};{#20050}" #20051=@"var;{arguments};{#20050}"
variables(#20051,"arguments",#20050) variables(#20051,"arguments",#20050)
isArgumentsObject(#20051) is_arguments_object(#20051)
#20052=* #20052=*
stmts(#20052,1,#20048,-2,"{\n r ... A"";\n }") stmts(#20052,1,#20048,-2,"{\n r ... A"";\n }")
#20053=@"loc,{#10000},2,22,4,3" #20053=@"loc,{#10000},2,22,4,3"
@@ -207,7 +207,7 @@ scopenodes(#20062,#20063)
scopenesting(#20063,#20044) scopenesting(#20063,#20044)
#20064=@"var;{arguments};{#20063}" #20064=@"var;{arguments};{#20063}"
variables(#20064,"arguments",#20063) variables(#20064,"arguments",#20063)
isArgumentsObject(#20064) is_arguments_object(#20064)
#20065=* #20065=*
stmts(#20065,1,#20062,-2,"{}") stmts(#20065,1,#20062,-2,"{}")
hasLocation(#20065,#20060) hasLocation(#20065,#20060)

View File

@@ -84,7 +84,7 @@ scopenodes(#20022,#20023)
scopenesting(#20023,#20018) scopenesting(#20023,#20018)
#20024=@"var;{arguments};{#20023}" #20024=@"var;{arguments};{#20023}"
variables(#20024,"arguments",#20023) variables(#20024,"arguments",#20023)
isArgumentsObject(#20024) is_arguments_object(#20024)
#20025=* #20025=*
stmts(#20025,1,#20022,-2,"{}") stmts(#20025,1,#20022,-2,"{}")
hasLocation(#20025,#20020) hasLocation(#20025,#20020)

View File

@@ -106,7 +106,7 @@ scopenodes(#20029,#20030)
scopenesting(#20030,#20022) scopenesting(#20030,#20022)
#20031=@"var;{arguments};{#20030}" #20031=@"var;{arguments};{#20030}"
variables(#20031,"arguments",#20030) variables(#20031,"arguments",#20030)
isArgumentsObject(#20031) is_arguments_object(#20031)
#20032=* #20032=*
stmts(#20032,1,#20029,-2,"{}") stmts(#20032,1,#20029,-2,"{}")
hasLocation(#20032,#20027) hasLocation(#20032,#20027)

View File

@@ -85,7 +85,7 @@ scopenodes(#20023,#20024)
scopenesting(#20024,#20000) scopenesting(#20024,#20000)
#20025=@"var;{arguments};{#20024}" #20025=@"var;{arguments};{#20024}"
variables(#20025,"arguments",#20024) variables(#20025,"arguments",#20024)
isArgumentsObject(#20025) is_arguments_object(#20025)
#20026=* #20026=*
stmts(#20026,1,#20023,-2,"{}") stmts(#20026,1,#20023,-2,"{}")
hasLocation(#20026,#20021) hasLocation(#20026,#20021)

View File

@@ -121,7 +121,7 @@ literals("y","y",#20039)
decl(#20039,#20038) decl(#20039,#20038)
#20040=@"var;{arguments};{#20035}" #20040=@"var;{arguments};{#20035}"
variables(#20040,"arguments",#20035) variables(#20040,"arguments",#20035)
isArgumentsObject(#20040) is_arguments_object(#20040)
#20041=* #20041=*
exprs(#20041,34,#20033,-9,"x+19") exprs(#20041,34,#20033,-9,"x+19")
#20042=@"loc,{#10000},1,17,1,20" #20042=@"loc,{#10000},1,17,1,20"

View File

@@ -118,7 +118,7 @@ scopenodes(#20037,#20039)
scopenesting(#20039,#20000) scopenesting(#20039,#20000)
#20040=@"var;{arguments};{#20039}" #20040=@"var;{arguments};{#20039}"
variables(#20040,"arguments",#20039) variables(#20040,"arguments",#20039)
isArgumentsObject(#20040) is_arguments_object(#20040)
isGenerator(#20037) isGenerator(#20037)
#20041=* #20041=*
stmts(#20041,1,#20037,-2,"{\n yield* g();\n}") stmts(#20041,1,#20037,-2,"{\n yield* g();\n}")

View File

@@ -514,7 +514,7 @@ decl(#20188,#20184)
array_size(#20185,2) array_size(#20185,2)
#20189=@"var;{arguments};{#20180}" #20189=@"var;{arguments};{#20180}"
variables(#20189,"arguments",#20180) variables(#20189,"arguments",#20180)
isArgumentsObject(#20189) is_arguments_object(#20189)
#20190=* #20190=*
stmts(#20190,1,#20177,-2,"{\n\tvar ... );\n\t}\n}") stmts(#20190,1,#20177,-2,"{\n\tvar ... );\n\t}\n}")
#20191=@"loc,{#10000},1,20,8,1" #20191=@"loc,{#10000},1,20,8,1"
@@ -738,7 +738,7 @@ literals("z","z",#20245)
decl(#20245,#20236) decl(#20245,#20236)
#20246=@"var;{arguments};{#20233}" #20246=@"var;{arguments};{#20233}"
variables(#20246,"arguments",#20233) variables(#20246,"arguments",#20233)
isArgumentsObject(#20246) is_arguments_object(#20246)
#20247=* #20247=*
stmts(#20247,1,#20230,-2,"{\n\tvar ... rn w;\n}") stmts(#20247,1,#20230,-2,"{\n\tvar ... rn w;\n}")
#20248=@"loc,{#10000},10,25,13,1" #20248=@"loc,{#10000},10,25,13,1"

View File

@@ -112,7 +112,7 @@ scopenodes(#20033,#20036)
scopenesting(#20036,#20029) scopenesting(#20036,#20029)
#20037=@"var;{arguments};{#20036}" #20037=@"var;{arguments};{#20036}"
variables(#20037,"arguments",#20036) variables(#20037,"arguments",#20036)
isArgumentsObject(#20037) is_arguments_object(#20037)
#20038=* #20038=*
stmts(#20038,1,#20033,-2,"{}") stmts(#20038,1,#20033,-2,"{}")
#20039=@"loc,{#10000},1,30,1,31" #20039=@"loc,{#10000},1,30,1,31"

View File

@@ -89,7 +89,7 @@ scopenodes(#20024,#20025)
scopenesting(#20025,#20017) scopenesting(#20025,#20017)
#20026=@"var;{arguments};{#20025}" #20026=@"var;{arguments};{#20025}"
variables(#20026,"arguments",#20025) variables(#20026,"arguments",#20025)
isArgumentsObject(#20026) is_arguments_object(#20026)
#20027=* #20027=*
stmts(#20027,1,#20024,-2,"{}") stmts(#20027,1,#20024,-2,"{}")
hasLocation(#20027,#20022) hasLocation(#20027,#20022)

View File

@@ -94,7 +94,7 @@ scopenodes(#20026,#20029)
scopenesting(#20029,#20022) scopenesting(#20029,#20022)
#20030=@"var;{arguments};{#20029}" #20030=@"var;{arguments};{#20029}"
variables(#20030,"arguments",#20029) variables(#20030,"arguments",#20029)
isArgumentsObject(#20030) is_arguments_object(#20030)
#20031=* #20031=*
stmts(#20031,1,#20026,-2,"{}") stmts(#20031,1,#20026,-2,"{}")
#20032=@"loc,{#10000},1,21,1,22" #20032=@"loc,{#10000},1,21,1,22"

View File

@@ -99,7 +99,7 @@ scopenodes(#20028,#20031)
scopenesting(#20031,#20024) scopenesting(#20031,#20024)
#20032=@"var;{arguments};{#20031}" #20032=@"var;{arguments};{#20031}"
variables(#20032,"arguments",#20031) variables(#20032,"arguments",#20031)
isArgumentsObject(#20032) is_arguments_object(#20032)
#20033=* #20033=*
stmts(#20033,1,#20028,-2,"{}") stmts(#20033,1,#20028,-2,"{}")
#20034=@"loc,{#10000},1,29,1,30" #20034=@"loc,{#10000},1,29,1,30"

View File

@@ -87,7 +87,7 @@ scopenodes(#20025,#20027)
scopenesting(#20027,#20022) scopenesting(#20027,#20022)
#20028=@"var;{arguments};{#20027}" #20028=@"var;{arguments};{#20027}"
variables(#20028,"arguments",#20027) variables(#20028,"arguments",#20027)
isArgumentsObject(#20028) is_arguments_object(#20028)
#20029=* #20029=*
stmts(#20029,1,#20025,-2,"{}") stmts(#20029,1,#20025,-2,"{}")
#20030=@"loc,{#10000},1,28,1,29" #20030=@"loc,{#10000},1,28,1,29"

View File

@@ -126,7 +126,7 @@ scopenodes(#20037,#20038)
scopenesting(#20038,#20033) scopenesting(#20038,#20033)
#20039=@"var;{arguments};{#20038}" #20039=@"var;{arguments};{#20038}"
variables(#20039,"arguments",#20038) variables(#20039,"arguments",#20038)
isArgumentsObject(#20039) is_arguments_object(#20039)
#20040=* #20040=*
stmts(#20040,1,#20037,-2,"{}") stmts(#20040,1,#20037,-2,"{}")
hasLocation(#20040,#20035) hasLocation(#20040,#20035)

View File

@@ -374,7 +374,7 @@ scopenesting(#20121,#20000)
variables(#20122,"x",#20121) variables(#20122,"x",#20121)
#20123=@"var;{arguments};{#20121}" #20123=@"var;{arguments};{#20121}"
variables(#20123,"arguments",#20121) variables(#20123,"arguments",#20121)
isArgumentsObject(#20123) is_arguments_object(#20123)
#20124=* #20124=*
stmts(#20124,1,#20118,-2,"{\n f ... []);\n}") stmts(#20124,1,#20118,-2,"{\n f ... []);\n}")
#20125=@"loc,{#10000},5,14,7,1" #20125=@"loc,{#10000},5,14,7,1"

View File

@@ -118,7 +118,7 @@ scopenodes(#20037,#20039)
scopenesting(#20039,#20000) scopenesting(#20039,#20000)
#20040=@"var;{arguments};{#20039}" #20040=@"var;{arguments};{#20039}"
variables(#20040,"arguments",#20039) variables(#20040,"arguments",#20039)
isArgumentsObject(#20040) is_arguments_object(#20040)
#20041=* #20041=*
stmts(#20041,1,#20037,-2,"{\n ret ... rget;\n}") stmts(#20041,1,#20037,-2,"{\n ret ... rget;\n}")
#20042=@"loc,{#10000},1,14,3,1" #20042=@"loc,{#10000},1,14,3,1"

View File

@@ -155,7 +155,7 @@ literals("v","v",#20049)
decl(#20049,#20048) decl(#20049,#20048)
#20050=@"var;{arguments};{#20047}" #20050=@"var;{arguments};{#20047}"
variables(#20050,"arguments",#20047) variables(#20050,"arguments",#20047)
isArgumentsObject(#20050) is_arguments_object(#20050)
#20051=* #20051=*
stmts(#20051,1,#20045,-2,"{ }") stmts(#20051,1,#20045,-2,"{ }")
#20052=@"loc,{#10000},2,17,2,19" #20052=@"loc,{#10000},2,17,2,19"
@@ -186,7 +186,7 @@ scopenodes(#20056,#20057)
scopenesting(#20057,#20041) scopenesting(#20057,#20041)
#20058=@"var;{arguments};{#20057}" #20058=@"var;{arguments};{#20057}"
variables(#20058,"arguments",#20057) variables(#20058,"arguments",#20057)
isArgumentsObject(#20058) is_arguments_object(#20058)
#20059=* #20059=*
stmts(#20059,1,#20056,-2,"{}") stmts(#20059,1,#20056,-2,"{}")
hasLocation(#20059,#20054) hasLocation(#20059,#20054)

View File

@@ -125,7 +125,7 @@ scopenodes(#20039,#20041)
scopenesting(#20041,#20000) scopenesting(#20041,#20000)
#20042=@"var;{arguments};{#20041}" #20042=@"var;{arguments};{#20041}"
variables(#20042,"arguments",#20041) variables(#20042,"arguments",#20041)
isArgumentsObject(#20042) is_arguments_object(#20042)
#20043=* #20043=*
stmts(#20043,1,#20039,-2,"{\n a ... nts);\n}") stmts(#20043,1,#20039,-2,"{\n a ... nts);\n}")
#20044=@"loc,{#10000},1,17,4,1" #20044=@"loc,{#10000},1,17,4,1"

View File

@@ -368,7 +368,7 @@ scopenodes(#20114,#20116)
scopenesting(#20116,#20000) scopenesting(#20116,#20000)
#20117=@"var;{arguments};{#20116}" #20117=@"var;{arguments};{#20116}"
variables(#20117,"arguments",#20116) variables(#20117,"arguments",#20116)
isArgumentsObject(#20117) is_arguments_object(#20117)
#20118=* #20118=*
stmts(#20118,1,#20114,-2,"{ return 56; }") stmts(#20118,1,#20114,-2,"{ return 56; }")
#20119=@"loc,{#10000},5,13,5,26" #20119=@"loc,{#10000},5,13,5,26"

View File

@@ -112,7 +112,7 @@ literals("ys","ys",#20035)
decl(#20035,#20034) decl(#20035,#20034)
#20036=@"var;{arguments};{#20031}" #20036=@"var;{arguments};{#20031}"
variables(#20036,"arguments",#20031) variables(#20036,"arguments",#20031)
isArgumentsObject(#20036) is_arguments_object(#20036)
hasRestParameter(#20029) hasRestParameter(#20029)
#20037=* #20037=*
stmts(#20037,1,#20029,-2,"{\n}") stmts(#20037,1,#20029,-2,"{\n}")

View File

@@ -202,7 +202,7 @@ scopenodes(#20064,#20066)
scopenesting(#20066,#20058) scopenesting(#20066,#20058)
#20067=@"var;{arguments};{#20066}" #20067=@"var;{arguments};{#20066}"
variables(#20067,"arguments",#20066) variables(#20067,"arguments",#20066)
isArgumentsObject(#20067) is_arguments_object(#20067)
#20068=* #20068=*
stmts(#20068,1,#20064,-2,"{\n r ... 19;\n }") stmts(#20068,1,#20064,-2,"{\n r ... 19;\n }")
#20069=@"loc,{#10000},2,7,4,3" #20069=@"loc,{#10000},2,7,4,3"
@@ -284,7 +284,7 @@ literals("args","args",#20087)
decl(#20087,#20086) decl(#20087,#20086)
#20088=@"var;{arguments};{#20085}" #20088=@"var;{arguments};{#20085}"
variables(#20088,"arguments",#20085) variables(#20088,"arguments",#20085)
isArgumentsObject(#20088) is_arguments_object(#20088)
hasRestParameter(#20084) hasRestParameter(#20084)
#20089=* #20089=*
stmts(#20089,1,#20084,-2,"{ super(...args); }") stmts(#20089,1,#20084,-2,"{ super(...args); }")

View File

@@ -182,7 +182,7 @@ scopenodes(#20056,#20058)
scopenesting(#20058,#20050) scopenesting(#20058,#20050)
#20059=@"var;{arguments};{#20058}" #20059=@"var;{arguments};{#20058}"
variables(#20059,"arguments",#20058) variables(#20059,"arguments",#20058)
isArgumentsObject(#20059) is_arguments_object(#20059)
#20060=* #20060=*
stmts(#20060,1,#20056,-2,"{\n super(42);\n }") stmts(#20060,1,#20056,-2,"{\n super(42);\n }")
#20061=@"loc,{#10000},2,17,4,3" #20061=@"loc,{#10000},2,17,4,3"

View File

@@ -440,7 +440,7 @@ literals("values","values",#20164)
decl(#20164,#20163) decl(#20164,#20163)
#20165=@"var;{arguments};{#20160}" #20165=@"var;{arguments};{#20160}"
variables(#20165,"arguments",#20160) variables(#20165,"arguments",#20160)
isArgumentsObject(#20165) is_arguments_object(#20165)
hasRestParameter(#20157) hasRestParameter(#20157)
#20166=* #20166=*
stmts(#20166,1,#20157,-2,"{\n ret ... , ');\n}") stmts(#20166,1,#20157,-2,"{\n ret ... , ');\n}")

View File

@@ -103,7 +103,7 @@ scopenodes(#20031,#20033)
scopenesting(#20033,#20000) scopenesting(#20033,#20000)
#20034=@"var;{arguments};{#20033}" #20034=@"var;{arguments};{#20033}"
variables(#20034,"arguments",#20033) variables(#20034,"arguments",#20033)
isArgumentsObject(#20034) is_arguments_object(#20034)
#20035=* #20035=*
stmts(#20035,1,#20031,-2,"{\n new.source;\n}") stmts(#20035,1,#20031,-2,"{\n new.source;\n}")
#20036=@"loc,{#10000},1,14,3,1" #20036=@"loc,{#10000},1,14,3,1"

View File

@@ -185,7 +185,7 @@ scopenesting(#20063,#20000)
variables(#20064,"index",#20063) variables(#20064,"index",#20063)
#20065=@"var;{arguments};{#20063}" #20065=@"var;{arguments};{#20063}"
variables(#20065,"arguments",#20063) variables(#20065,"arguments",#20063)
isArgumentsObject(#20065) is_arguments_object(#20065)
isGenerator(#20061) isGenerator(#20061)
#20066=* #20066=*
stmts(#20066,1,#20061,-2,"{\n var ... ex++;\n}") stmts(#20066,1,#20061,-2,"{\n var ... ex++;\n}")

View File

@@ -101,7 +101,7 @@ scopenodes(#20029,#20032)
scopenesting(#20032,#20000) scopenesting(#20032,#20000)
#20033=@"var;{arguments};{#20032}" #20033=@"var;{arguments};{#20032}"
variables(#20033,"arguments",#20032) variables(#20033,"arguments",#20032)
isArgumentsObject(#20033) is_arguments_object(#20033)
isGenerator(#20029) isGenerator(#20029)
#20034=* #20034=*
stmts(#20034,1,#20029,-2,"{\n yield;\n}") stmts(#20034,1,#20029,-2,"{\n yield;\n}")

View File

@@ -103,7 +103,7 @@ literals("a","a",#20033)
decl(#20033,#20032) decl(#20033,#20032)
#20034=@"var;{arguments};{#20031}" #20034=@"var;{arguments};{#20031}"
variables(#20034,"arguments",#20031) variables(#20034,"arguments",#20031)
isArgumentsObject(#20034) is_arguments_object(#20034)
#20035=* #20035=*
exprs(#20035,3,#20029,-5,"2") exprs(#20035,3,#20029,-5,"2")
hasLocation(#20035,#20015) hasLocation(#20035,#20015)

View File

@@ -231,7 +231,7 @@ literals("x","x",#20078)
decl(#20078,#20077) decl(#20078,#20077)
#20079=@"var;{arguments};{#20076}" #20079=@"var;{arguments};{#20076}"
variables(#20079,"arguments",#20076) variables(#20079,"arguments",#20076)
isArgumentsObject(#20079) is_arguments_object(#20079)
isAsync(#20073) isAsync(#20073)
#20080=* #20080=*
stmts(#20080,1,#20073,-2,"{\n try ... ;\n }\n}") stmts(#20080,1,#20073,-2,"{\n try ... ;\n }\n}")

View File

@@ -107,7 +107,7 @@ scopenodes(#20031,#20034)
scopenesting(#20034,#20027) scopenesting(#20034,#20027)
#20035=@"var;{arguments};{#20034}" #20035=@"var;{arguments};{#20034}"
variables(#20035,"arguments",#20034) variables(#20035,"arguments",#20034)
isArgumentsObject(#20035) is_arguments_object(#20035)
isAsync(#20031) isAsync(#20031)
#20036=* #20036=*
stmts(#20036,1,#20031,-2,"{}") stmts(#20036,1,#20031,-2,"{}")

View File

@@ -95,7 +95,7 @@ scopenodes(#20028,#20030)
scopenesting(#20030,#20025) scopenesting(#20030,#20025)
#20031=@"var;{arguments};{#20030}" #20031=@"var;{arguments};{#20030}"
variables(#20031,"arguments",#20030) variables(#20031,"arguments",#20030)
isArgumentsObject(#20031) is_arguments_object(#20031)
isAsync(#20028) isAsync(#20028)
#20032=* #20032=*
stmts(#20032,1,#20028,-2,"{}") stmts(#20032,1,#20028,-2,"{}")

View File

@@ -379,7 +379,7 @@ scopenodes(#20137,#20139)
scopenesting(#20139,#20000) scopenesting(#20139,#20000)
#20140=@"var;{arguments};{#20139}" #20140=@"var;{arguments};{#20139}"
variables(#20140,"arguments",#20139) variables(#20140,"arguments",#20139)
isArgumentsObject(#20140) is_arguments_object(#20140)
isGenerator(#20137) isGenerator(#20137)
isAsync(#20137) isAsync(#20137)
#20141=* #20141=*
@@ -430,7 +430,7 @@ scopenodes(#20150,#20152)
scopenesting(#20152,#20146) scopenesting(#20152,#20146)
#20153=@"var;{arguments};{#20152}" #20153=@"var;{arguments};{#20152}"
variables(#20153,"arguments",#20152) variables(#20153,"arguments",#20152)
isArgumentsObject(#20153) is_arguments_object(#20153)
isGenerator(#20150) isGenerator(#20150)
isAsync(#20150) isAsync(#20150)
#20154=* #20154=*
@@ -480,7 +480,7 @@ scopenodes(#20163,#20165)
scopenesting(#20165,#20146) scopenesting(#20165,#20146)
#20166=@"var;{arguments};{#20165}" #20166=@"var;{arguments};{#20165}"
variables(#20166,"arguments",#20165) variables(#20166,"arguments",#20165)
isArgumentsObject(#20166) is_arguments_object(#20166)
isGenerator(#20163) isGenerator(#20163)
isAsync(#20163) isAsync(#20163)
#20167=* #20167=*
@@ -513,7 +513,7 @@ scopenodes(#20172,#20173)
scopenesting(#20173,#20146) scopenesting(#20173,#20146)
#20174=@"var;{arguments};{#20173}" #20174=@"var;{arguments};{#20173}"
variables(#20174,"arguments",#20173) variables(#20174,"arguments",#20173)
isArgumentsObject(#20174) is_arguments_object(#20174)
#20175=* #20175=*
stmts(#20175,1,#20172,-2,"{}") stmts(#20175,1,#20172,-2,"{}")
hasLocation(#20175,#20170) hasLocation(#20175,#20170)
@@ -570,7 +570,7 @@ scopenodes(#20186,#20188)
scopenesting(#20188,#20000) scopenesting(#20188,#20000)
#20189=@"var;{arguments};{#20188}" #20189=@"var;{arguments};{#20188}"
variables(#20189,"arguments",#20188) variables(#20189,"arguments",#20188)
isArgumentsObject(#20189) is_arguments_object(#20189)
isGenerator(#20186) isGenerator(#20186)
isAsync(#20186) isAsync(#20186)
#20190=* #20190=*
@@ -618,7 +618,7 @@ scopenodes(#20198,#20200)
scopenesting(#20200,#20000) scopenesting(#20200,#20000)
#20201=@"var;{arguments};{#20200}" #20201=@"var;{arguments};{#20200}"
variables(#20201,"arguments",#20200) variables(#20201,"arguments",#20200)
isArgumentsObject(#20201) is_arguments_object(#20201)
isGenerator(#20198) isGenerator(#20198)
isAsync(#20198) isAsync(#20198)
#20202=* #20202=*

View File

@@ -204,7 +204,7 @@ scopenodes(#20069,#20072)
scopenesting(#20072,#20000) scopenesting(#20072,#20000)
#20073=@"var;{arguments};{#20072}" #20073=@"var;{arguments};{#20072}"
variables(#20073,"arguments",#20072) variables(#20073,"arguments",#20072)
isArgumentsObject(#20073) is_arguments_object(#20073)
isGenerator(#20069) isGenerator(#20069)
isAsync(#20069) isAsync(#20069)
#20074=* #20074=*
@@ -233,7 +233,7 @@ scopenesting(#20079,#20000)
variables(#20080,"x",#20079) variables(#20080,"x",#20079)
#20081=@"var;{arguments};{#20079}" #20081=@"var;{arguments};{#20079}"
variables(#20081,"arguments",#20079) variables(#20081,"arguments",#20079)
isArgumentsObject(#20081) is_arguments_object(#20081)
isAsync(#20076) isAsync(#20076)
#20082=* #20082=*
stmts(#20082,1,#20076,-2,"{\n for ... o());\n}") stmts(#20082,1,#20076,-2,"{\n for ... o());\n}")

View File

@@ -290,7 +290,7 @@ scopenodes(#20092,#20099)
scopenesting(#20099,#20089) scopenesting(#20099,#20089)
#20100=@"var;{arguments};{#20099}" #20100=@"var;{arguments};{#20099}"
variables(#20100,"arguments",#20099) variables(#20100,"arguments",#20099)
isArgumentsObject(#20100) is_arguments_object(#20100)
#20101=* #20101=*
stmts(#20101,1,#20092,-2,"{}") stmts(#20101,1,#20092,-2,"{}")
hasLocation(#20101,#20097) hasLocation(#20101,#20097)
@@ -376,7 +376,7 @@ literals("args","args",#20120)
decl(#20120,#20119) decl(#20120,#20119)
#20121=@"var;{arguments};{#20118}" #20121=@"var;{arguments};{#20118}"
variables(#20121,"arguments",#20118) variables(#20121,"arguments",#20118)
isArgumentsObject(#20121) is_arguments_object(#20121)
hasRestParameter(#20109) hasRestParameter(#20109)
#20122=* #20122=*
stmts(#20122,1,#20109,-2,"{ super(...args); }") stmts(#20122,1,#20109,-2,"{ super(...args); }")
@@ -459,7 +459,7 @@ scopenodes(#20134,#20139)
scopenesting(#20139,#20131) scopenesting(#20139,#20131)
#20140=@"var;{arguments};{#20139}" #20140=@"var;{arguments};{#20139}"
variables(#20140,"arguments",#20139) variables(#20140,"arguments",#20139)
isArgumentsObject(#20140) is_arguments_object(#20140)
#20141=* #20141=*
stmts(#20141,1,#20134,-2,"{}") stmts(#20141,1,#20134,-2,"{}")
hasLocation(#20141,#20137) hasLocation(#20141,#20137)

View File

@@ -116,7 +116,7 @@ scopenodes(#20035,#20038)
scopenesting(#20038,#20000) scopenesting(#20038,#20000)
#20039=@"var;{arguments};{#20038}" #20039=@"var;{arguments};{#20038}"
variables(#20039,"arguments",#20038) variables(#20039,"arguments",#20038)
isArgumentsObject(#20039) is_arguments_object(#20039)
isGenerator(#20035) isGenerator(#20035)
#20040=* #20040=*
stmts(#20040,1,#20035,-2,"{\n yie ... foo"")\n}") stmts(#20040,1,#20035,-2,"{\n yie ... foo"")\n}")

View File

@@ -110,7 +110,7 @@ scopenodes(#20033,#20035)
scopenesting(#20035,#20000) scopenesting(#20035,#20000)
#20036=@"var;{arguments};{#20035}" #20036=@"var;{arguments};{#20035}"
variables(#20036,"arguments",#20035) variables(#20036,"arguments",#20035)
isArgumentsObject(#20036) is_arguments_object(#20036)
#20037=* #20037=*
stmts(#20037,1,#20033,-2,"{}") stmts(#20037,1,#20033,-2,"{}")
#20038=@"loc,{#10000},1,13,1,14" #20038=@"loc,{#10000},1,13,1,14"

View File

@@ -1251,7 +1251,7 @@ scopenodes(#20424,#20426)
scopenesting(#20426,#20000) scopenesting(#20426,#20000)
#20427=@"var;{arguments};{#20426}" #20427=@"var;{arguments};{#20426}"
variables(#20427,"arguments",#20426) variables(#20427,"arguments",#20426)
isArgumentsObject(#20427) is_arguments_object(#20427)
#20428=* #20428=*
stmts(#20428,1,#20424,-2,"{}") stmts(#20428,1,#20424,-2,"{}")
#20429=@"loc,{#10000},19,12,19,13" #20429=@"loc,{#10000},19,12,19,13"
@@ -1282,7 +1282,7 @@ scopenodes(#20433,#20435)
scopenesting(#20435,#20000) scopenesting(#20435,#20000)
#20436=@"var;{arguments};{#20435}" #20436=@"var;{arguments};{#20435}"
variables(#20436,"arguments",#20435) variables(#20436,"arguments",#20435)
isArgumentsObject(#20436) is_arguments_object(#20436)
#20437=* #20437=*
stmts(#20437,1,#20433,-2,"{}") stmts(#20437,1,#20433,-2,"{}")
#20438=@"loc,{#10000},20,12,20,13" #20438=@"loc,{#10000},20,12,20,13"
@@ -1321,7 +1321,7 @@ literals("v","v",#20446)
decl(#20446,#20445) decl(#20446,#20445)
#20447=@"var;{arguments};{#20444}" #20447=@"var;{arguments};{#20444}"
variables(#20447,"arguments",#20444) variables(#20447,"arguments",#20444)
isArgumentsObject(#20447) is_arguments_object(#20447)
#20448=* #20448=*
stmts(#20448,1,#20442,-2,"{}") stmts(#20448,1,#20442,-2,"{}")
#20449=@"loc,{#10000},21,13,21,14" #20449=@"loc,{#10000},21,13,21,14"

View File

@@ -515,7 +515,7 @@ literals("y","y",#20190)
decl(#20190,#20189) decl(#20190,#20189)
#20191=@"var;{arguments};{#20186}" #20191=@"var;{arguments};{#20186}"
variables(#20191,"arguments",#20186) variables(#20191,"arguments",#20186)
isArgumentsObject(#20191) is_arguments_object(#20191)
#20192=* #20192=*
stmts(#20192,1,#20184,-2,"{}") stmts(#20192,1,#20184,-2,"{}")
#20193=@"loc,{#10000},1,22,1,23" #20193=@"loc,{#10000},1,22,1,23"
@@ -595,7 +595,7 @@ literals("dy","dy",#20210)
decl(#20210,#20209) decl(#20210,#20209)
#20211=@"var;{arguments};{#20206}" #20211=@"var;{arguments};{#20206}"
variables(#20211,"arguments",#20206) variables(#20211,"arguments",#20206)
isArgumentsObject(#20211) is_arguments_object(#20211)
#20212=* #20212=*
stmts(#20212,1,#20204,-2,"{}") stmts(#20212,1,#20204,-2,"{}")
#20213=@"loc,{#10000},3,41,3,42" #20213=@"loc,{#10000},3,41,3,42"
@@ -758,7 +758,7 @@ scopenodes(#20246,#20248)
scopenesting(#20248,#20000) scopenesting(#20248,#20000)
#20249=@"var;{arguments};{#20248}" #20249=@"var;{arguments};{#20248}"
variables(#20249,"arguments",#20248) variables(#20249,"arguments",#20248)
isArgumentsObject(#20249) is_arguments_object(#20249)
#20250=* #20250=*
stmts(#20250,1,#20246,-2,"{}") stmts(#20250,1,#20246,-2,"{}")
#20251=@"loc,{#10000},8,24,8,25" #20251=@"loc,{#10000},8,24,8,25"

View File

@@ -311,7 +311,7 @@ literals("p","p",#20114)
decl(#20114,#20113) decl(#20114,#20113)
#20116=@"var;{arguments};{#20112}" #20116=@"var;{arguments};{#20112}"
variables(#20116,"arguments",#20112) variables(#20116,"arguments",#20112)
isArgumentsObject(#20116) is_arguments_object(#20116)
#20117=* #20117=*
stmts(#20117,1,#20110,-2,"{}") stmts(#20117,1,#20110,-2,"{}")
#20118=@"loc,{#10000},1,18,1,19" #20118=@"loc,{#10000},1,18,1,19"
@@ -344,7 +344,7 @@ literals("p","p",#20123)
decl(#20123,#20122) decl(#20123,#20122)
#20125=@"var;{arguments};{#20121}" #20125=@"var;{arguments};{#20121}"
variables(#20125,"arguments",#20121) variables(#20125,"arguments",#20121)
isArgumentsObject(#20125) is_arguments_object(#20125)
#20126=* #20126=*
stmts(#20126,1,#20119,-2,"{}") stmts(#20126,1,#20119,-2,"{}")
#20127=@"loc,{#10000},2,20,2,21" #20127=@"loc,{#10000},2,20,2,21"
@@ -377,7 +377,7 @@ literals("p","p",#20132)
decl(#20132,#20131) decl(#20132,#20131)
#20134=@"var;{arguments};{#20130}" #20134=@"var;{arguments};{#20130}"
variables(#20134,"arguments",#20130) variables(#20134,"arguments",#20130)
isArgumentsObject(#20134) is_arguments_object(#20134)
#20135=* #20135=*
stmts(#20135,1,#20128,-2,"{}") stmts(#20135,1,#20128,-2,"{}")
#20136=@"loc,{#10000},3,22,3,23" #20136=@"loc,{#10000},3,22,3,23"
@@ -410,7 +410,7 @@ literals("p","p",#20141)
decl(#20141,#20140) decl(#20141,#20140)
#20143=@"var;{arguments};{#20139}" #20143=@"var;{arguments};{#20139}"
variables(#20143,"arguments",#20139) variables(#20143,"arguments",#20139)
isArgumentsObject(#20143) is_arguments_object(#20143)
#20144=* #20144=*
stmts(#20144,1,#20137,-2,"{}") stmts(#20144,1,#20137,-2,"{}")
#20145=@"loc,{#10000},4,24,4,25" #20145=@"loc,{#10000},4,24,4,25"

View File

@@ -518,7 +518,7 @@ scopenodes(#20184,#20186)
scopenesting(#20186,#20000) scopenesting(#20186,#20000)
#20187=@"var;{arguments};{#20186}" #20187=@"var;{arguments};{#20186}"
variables(#20187,"arguments",#20186) variables(#20187,"arguments",#20186)
isArgumentsObject(#20187) is_arguments_object(#20187)
isGenerator(#20184) isGenerator(#20184)
#20188=* #20188=*
stmts(#20188,1,#20184,-2,"{\n yie ... >(x);\n}") stmts(#20188,1,#20184,-2,"{\n yie ... >(x);\n}")

View File

@@ -229,7 +229,7 @@ literals("v","v",#20077)
decl(#20077,#20076) decl(#20077,#20076)
#20079=@"var;{arguments};{#20075}" #20079=@"var;{arguments};{#20075}"
variables(#20079,"arguments",#20075) variables(#20079,"arguments",#20075)
isArgumentsObject(#20079) is_arguments_object(#20079)
#20080=* #20080=*
stmts(#20080,1,#20073,-2,"{ }") stmts(#20080,1,#20073,-2,"{ }")
#20081=@"loc,{#10000},2,18,2,20" #20081=@"loc,{#10000},2,18,2,20"
@@ -271,7 +271,7 @@ literals("v","v",#20089)
decl(#20089,#20088) decl(#20089,#20088)
#20091=@"var;{arguments};{#20087}" #20091=@"var;{arguments};{#20087}"
variables(#20091,"arguments",#20087) variables(#20091,"arguments",#20087)
isArgumentsObject(#20091) is_arguments_object(#20091)
#20092=* #20092=*
stmts(#20092,1,#20085,-2,"{ }") stmts(#20092,1,#20085,-2,"{ }")
#20093=@"loc,{#10000},3,18,3,20" #20093=@"loc,{#10000},3,18,3,20"
@@ -301,7 +301,7 @@ scopenodes(#20097,#20098)
scopenesting(#20098,#20069) scopenesting(#20098,#20069)
#20099=@"var;{arguments};{#20098}" #20099=@"var;{arguments};{#20098}"
variables(#20099,"arguments",#20098) variables(#20099,"arguments",#20098)
isArgumentsObject(#20099) is_arguments_object(#20099)
#20100=* #20100=*
stmts(#20100,1,#20097,-2,"{}") stmts(#20100,1,#20097,-2,"{}")
hasLocation(#20100,#20095) hasLocation(#20100,#20095)

View File

@@ -205,7 +205,7 @@ literals("a","a",#20066)
decl(#20066,#20065) decl(#20066,#20065)
#20068=@"var;{arguments};{#20064}" #20068=@"var;{arguments};{#20064}"
variables(#20068,"arguments",#20064) variables(#20068,"arguments",#20064)
isArgumentsObject(#20068) is_arguments_object(#20068)
#20069=* #20069=*
stmts(#20069,1,#20062,-2,"{\n return a;\n }") stmts(#20069,1,#20062,-2,"{\n return a;\n }")
#20070=@"loc,{#10000},2,16,4,3" #20070=@"loc,{#10000},2,16,4,3"

View File

@@ -176,7 +176,7 @@ literals("g","g",#20060)
decl(#20060,#20059) decl(#20060,#20059)
#20062=@"var;{arguments};{#20058}" #20062=@"var;{arguments};{#20058}"
variables(#20062,"arguments",#20058) variables(#20062,"arguments",#20058)
isArgumentsObject(#20062) is_arguments_object(#20062)
#20063=* #20063=*
stmts(#20063,1,#20055,-2,"{\n g(42);\n}") stmts(#20063,1,#20055,-2,"{\n g(42);\n}")
#20064=@"loc,{#10000},1,35,3,1" #20064=@"loc,{#10000},1,35,3,1"

View File

@@ -336,7 +336,7 @@ literals("a","a",#20122)
decl(#20122,#20121) decl(#20122,#20121)
#20123=@"var;{arguments};{#20120}" #20123=@"var;{arguments};{#20120}"
variables(#20123,"arguments",#20120) variables(#20123,"arguments",#20120)
isArgumentsObject(#20123) is_arguments_object(#20123)
#20124=* #20124=*
stmts(#20124,1,#20117,-2,"{\n return a;\n}") stmts(#20124,1,#20117,-2,"{\n return a;\n}")
#20125=@"loc,{#10000},1,32,3,1" #20125=@"loc,{#10000},1,32,3,1"
@@ -374,7 +374,7 @@ scopenodes(#20129,#20132)
scopenesting(#20132,#20000) scopenesting(#20132,#20000)
#20133=@"var;{arguments};{#20132}" #20133=@"var;{arguments};{#20132}"
variables(#20133,"arguments",#20132) variables(#20133,"arguments",#20132)
isArgumentsObject(#20133) is_arguments_object(#20133)
#20134=* #20134=*
stmts(#20134,1,#20129,-2,"{}") stmts(#20134,1,#20129,-2,"{}")
#20135=@"loc,{#10000},4,23,4,24" #20135=@"loc,{#10000},4,23,4,24"

View File

@@ -571,7 +571,7 @@ scopenodes(#20204,#20206)
scopenesting(#20206,#20196) scopenesting(#20206,#20196)
#20207=@"var;{arguments};{#20206}" #20207=@"var;{arguments};{#20206}"
variables(#20207,"arguments",#20206) variables(#20207,"arguments",#20206)
isArgumentsObject(#20207) is_arguments_object(#20207)
#20208=* #20208=*
stmts(#20208,1,#20204,-2,"{}") stmts(#20208,1,#20204,-2,"{}")
#20209=@"loc,{#10000},8,15,8,16" #20209=@"loc,{#10000},8,15,8,16"
@@ -600,7 +600,7 @@ scopenodes(#20199,#20213)
scopenesting(#20213,#20196) scopenesting(#20213,#20196)
#20214=@"var;{arguments};{#20213}" #20214=@"var;{arguments};{#20213}"
variables(#20214,"arguments",#20213) variables(#20214,"arguments",#20213)
isArgumentsObject(#20214) is_arguments_object(#20214)
#20215=* #20215=*
stmts(#20215,1,#20199,-2,"{}") stmts(#20215,1,#20199,-2,"{}")
hasLocation(#20215,#20211) hasLocation(#20215,#20211)
@@ -624,7 +624,7 @@ scopenodes(#20216,#20219)
scopenesting(#20219,#20000) scopenesting(#20219,#20000)
#20220=@"var;{arguments};{#20219}" #20220=@"var;{arguments};{#20219}"
variables(#20220,"arguments",#20219) variables(#20220,"arguments",#20219)
isArgumentsObject(#20220) is_arguments_object(#20220)
#20221=* #20221=*
stmts(#20221,1,#20216,-2,"{\n swi ... :\n }\n}") stmts(#20221,1,#20216,-2,"{\n swi ... :\n }\n}")
#20222=@"loc,{#10000},11,14,15,1" #20222=@"loc,{#10000},11,14,15,1"

View File

@@ -220,7 +220,7 @@ scopenodes(#20067,#20072)
scopenesting(#20072,#20064) scopenesting(#20072,#20064)
#20073=@"var;{arguments};{#20072}" #20073=@"var;{arguments};{#20072}"
variables(#20073,"arguments",#20072) variables(#20073,"arguments",#20072)
isArgumentsObject(#20073) is_arguments_object(#20073)
#20074=* #20074=*
stmts(#20074,1,#20067,-2,"{}") stmts(#20074,1,#20067,-2,"{}")
hasLocation(#20074,#20070) hasLocation(#20074,#20070)

View File

@@ -143,7 +143,7 @@ literals("States","States",#20042)
decl(#20042,#20041) decl(#20042,#20041)
#20043=@"var;{arguments};{#20036}" #20043=@"var;{arguments};{#20036}"
variables(#20043,"arguments",#20036) variables(#20043,"arguments",#20036)
isArgumentsObject(#20043) is_arguments_object(#20043)
#20044=* #20044=*
stmts(#20044,1,#20035,-2,"{ }") stmts(#20044,1,#20035,-2,"{ }")
#20045=@"loc,{#10000},1,50,1,52" #20045=@"loc,{#10000},1,50,1,52"

View File

@@ -228,7 +228,7 @@ literals("x","x",#20079)
decl(#20079,#20078) decl(#20079,#20078)
#20080=@"var;{arguments};{#20077}" #20080=@"var;{arguments};{#20077}"
variables(#20080,"arguments",#20077) variables(#20080,"arguments",#20077)
isArgumentsObject(#20080) is_arguments_object(#20080)
#20081=* #20081=*
exprs(#20081,63,#20075,-2,"(""result"")") exprs(#20081,63,#20075,-2,"(""result"")")
#20082=@"loc,{#10000},1,14,1,23" #20082=@"loc,{#10000},1,14,1,23"
@@ -273,7 +273,7 @@ literals("b","b",#20092)
decl(#20092,#20091) decl(#20092,#20091)
#20093=@"var;{arguments};{#20089}" #20093=@"var;{arguments};{#20089}"
variables(#20093,"arguments",#20089) variables(#20093,"arguments",#20089)
isArgumentsObject(#20093) is_arguments_object(#20093)
#20094=* #20094=*
stmts(#20094,1,#20088,-2,"{\n if ... )\n }\n}") stmts(#20094,1,#20088,-2,"{\n if ... )\n }\n}")
#20095=@"loc,{#10000},3,13,7,1" #20095=@"loc,{#10000},3,13,7,1"
@@ -325,7 +325,7 @@ literals("y","y",#20106)
decl(#20106,#20105) decl(#20106,#20105)
#20107=@"var;{arguments};{#20104}" #20107=@"var;{arguments};{#20104}"
variables(#20107,"arguments",#20104) variables(#20107,"arguments",#20104)
isArgumentsObject(#20107) is_arguments_object(#20107)
#20108=* #20108=*
exprs(#20108,63,#20101,-2,"(""other result"")") exprs(#20108,63,#20101,-2,"(""other result"")")
#20109=@"loc,{#10000},5,18,5,33" #20109=@"loc,{#10000},5,18,5,33"

View File

@@ -323,7 +323,7 @@ literals("g","g",#20115)
decl(#20115,#20114) decl(#20115,#20114)
#20116=@"var;{arguments};{#20113}" #20116=@"var;{arguments};{#20113}"
variables(#20116,"arguments",#20113) variables(#20116,"arguments",#20113)
isArgumentsObject(#20116) is_arguments_object(#20116)
#20117=* #20117=*
stmts(#20117,1,#20111,-2,"{\n\ttry ... );\n\t}\n}") stmts(#20117,1,#20111,-2,"{\n\ttry ... );\n\t}\n}")
#20118=@"loc,{#10000},1,15,9,1" #20118=@"loc,{#10000},1,15,9,1"

View File

@@ -125,7 +125,7 @@ scopenodes(#20039,#20041)
scopenesting(#20041,#20000) scopenesting(#20041,#20000)
#20042=@"var;{arguments};{#20041}" #20042=@"var;{arguments};{#20041}"
variables(#20042,"arguments",#20041) variables(#20042,"arguments",#20041)
isArgumentsObject(#20042) is_arguments_object(#20042)
#20043=* #20043=*
stmts(#20043,1,#20039,-2,"{\n a ... nts);\n}") stmts(#20043,1,#20039,-2,"{\n a ... nts);\n}")
#20044=@"loc,{#10000},1,17,4,1" #20044=@"loc,{#10000},1,17,4,1"

View File

@@ -343,7 +343,7 @@ literals("y","y",#20122)
decl(#20122,#20121) decl(#20122,#20121)
#20123=@"var;{arguments};{#20118}" #20123=@"var;{arguments};{#20118}"
variables(#20123,"arguments",#20118) variables(#20123,"arguments",#20118)
isArgumentsObject(#20123) is_arguments_object(#20123)
#20124=* #20124=*
stmts(#20124,1,#20115,-2,"{\n return x+y;\n}") stmts(#20124,1,#20115,-2,"{\n return x+y;\n}")
#20125=@"loc,{#10000},1,18,3,1" #20125=@"loc,{#10000},1,18,3,1"
@@ -393,7 +393,7 @@ scopenodes(#20132,#20134)
scopenesting(#20134,#20000) scopenesting(#20134,#20000)
#20135=@"var;{arguments};{#20134}" #20135=@"var;{arguments};{#20134}"
variables(#20135,"arguments",#20134) variables(#20135,"arguments",#20134)
isArgumentsObject(#20135) is_arguments_object(#20135)
#20136=* #20136=*
stmts(#20136,1,#20132,-2,"{}") stmts(#20136,1,#20132,-2,"{}")
#20137=@"loc,{#10000},5,14,5,15" #20137=@"loc,{#10000},5,14,5,15"
@@ -433,7 +433,7 @@ scopenodes(#20143,#20145)
scopenesting(#20145,#20000) scopenesting(#20145,#20000)
#20146=@"var;{arguments};{#20145}" #20146=@"var;{arguments};{#20145}"
variables(#20146,"arguments",#20145) variables(#20146,"arguments",#20145)
isArgumentsObject(#20146) is_arguments_object(#20146)
#20147=* #20147=*
stmts(#20147,1,#20143,-2,"{\n return;\n}") stmts(#20147,1,#20143,-2,"{\n return;\n}")
#20148=@"loc,{#10000},7,16,9,1" #20148=@"loc,{#10000},7,16,9,1"
@@ -485,7 +485,7 @@ literals("f","f",#20159)
decl(#20159,#20158) decl(#20159,#20158)
#20160=@"var;{arguments};{#20157}" #20160=@"var;{arguments};{#20157}"
variables(#20160,"arguments",#20157) variables(#20160,"arguments",#20157)
isArgumentsObject(#20160) is_arguments_object(#20160)
#20161=* #20161=*
stmts(#20161,1,#20155,-2,"{}") stmts(#20161,1,#20155,-2,"{}")
#20162=@"loc,{#10000},11,18,11,19" #20162=@"loc,{#10000},11,18,11,19"
@@ -507,7 +507,7 @@ scopenodes(#20164,#20165)
scopenesting(#20165,#20000) scopenesting(#20165,#20000)
#20166=@"var;{arguments};{#20165}" #20166=@"var;{arguments};{#20165}"
variables(#20166,"arguments",#20165) variables(#20166,"arguments",#20165)
isArgumentsObject(#20166) is_arguments_object(#20166)
#20167=* #20167=*
stmts(#20167,1,#20164,-2,"{}") stmts(#20167,1,#20164,-2,"{}")
#20168=@"loc,{#10000},13,12,13,13" #20168=@"loc,{#10000},13,12,13,13"

View File

@@ -443,7 +443,7 @@ scopenodes(#20147,#20150)
scopenesting(#20150,#20000) scopenesting(#20150,#20000)
#20151=@"var;{arguments};{#20150}" #20151=@"var;{arguments};{#20150}"
variables(#20151,"arguments",#20150) variables(#20151,"arguments",#20150)
isArgumentsObject(#20151) is_arguments_object(#20151)
#20152=* #20152=*
stmts(#20152,1,#20147,-2,"{\n s ... }\n}") stmts(#20152,1,#20147,-2,"{\n s ... }\n}")
#20153=@"loc,{#10000},8,14,17,1" #20153=@"loc,{#10000},8,14,17,1"

View File

@@ -228,7 +228,7 @@ scopenodes(#20075,#20078)
scopenesting(#20078,#20000) scopenesting(#20078,#20000)
#20079=@"var;{arguments};{#20078}" #20079=@"var;{arguments};{#20078}"
variables(#20079,"arguments",#20078) variables(#20079,"arguments",#20078)
isArgumentsObject(#20079) is_arguments_object(#20079)
#20080=* #20080=*
stmts(#20080,1,#20075,-2,"{\n s ... }\n}") stmts(#20080,1,#20075,-2,"{\n s ... }\n}")
#20081=@"loc,{#10000},1,14,9,1" #20081=@"loc,{#10000},1,14,9,1"

View File

@@ -120,7 +120,7 @@ scopenodes(#20037,#20039)
scopenesting(#20039,#20000) scopenesting(#20039,#20000)
#20040=@"var;{arguments};{#20039}" #20040=@"var;{arguments};{#20039}"
variables(#20040,"arguments",#20039) variables(#20040,"arguments",#20039)
isArgumentsObject(#20040) is_arguments_object(#20040)
#20041=* #20041=*
stmts(#20041,1,#20037,-2,"{\n 'us ... = 42;\n}") stmts(#20041,1,#20037,-2,"{\n 'us ... = 42;\n}")
#20042=@"loc,{#10000},1,14,4,1" #20042=@"loc,{#10000},1,14,4,1"

View File

@@ -136,7 +136,7 @@ literals("y","y",#20042)
decl(#20042,#20034) decl(#20042,#20034)
#20043=@"var;{arguments};{#20032}" #20043=@"var;{arguments};{#20032}"
variables(#20043,"arguments",#20032) variables(#20043,"arguments",#20032)
isArgumentsObject(#20043) is_arguments_object(#20043)
#20044=* #20044=*
stmts(#20044,1,#20030,-2,"{}") stmts(#20044,1,#20030,-2,"{}")
#20045=@"loc,{#10000},1,22,1,23" #20045=@"loc,{#10000},1,22,1,23"

View File

@@ -178,7 +178,7 @@ literals("args","args",#20053)
decl(#20053,#20052) decl(#20053,#20052)
#20054=@"var;{arguments};{#20051}" #20054=@"var;{arguments};{#20051}"
variables(#20054,"arguments",#20051) variables(#20054,"arguments",#20051)
isArgumentsObject(#20054) is_arguments_object(#20054)
hasRestParameter(#20050) hasRestParameter(#20050)
#20055=* #20055=*
stmts(#20055,1,#20050,-2,"{ super(...args); }") stmts(#20055,1,#20050,-2,"{ super(...args); }")

View File

@@ -6079,7 +6079,7 @@ scopenodes(#22285,#22286)
scopenesting(#22286,#22186) scopenesting(#22286,#22186)
#22287=@"var;{arguments};{#22286}" #22287=@"var;{arguments};{#22286}"
variables(#22287,"arguments",#22286) variables(#22287,"arguments",#22286)
isArgumentsObject(#22287) is_arguments_object(#22287)
#22288=* #22288=*
typeexprs(#22288,2,#22285,-3,"void") typeexprs(#22288,2,#22285,-3,"void")
hasLocation(#22288,#20429) hasLocation(#22288,#20429)
@@ -6190,7 +6190,7 @@ scopenodes(#22311,#22312)
scopenesting(#22312,#22186) scopenesting(#22312,#22186)
#22313=@"var;{arguments};{#22312}" #22313=@"var;{arguments};{#22312}"
variables(#22313,"arguments",#22312) variables(#22313,"arguments",#22312)
isArgumentsObject(#22313) is_arguments_object(#22313)
#22314=* #22314=*
typeexprs(#22314,2,#22311,-3,"void") typeexprs(#22314,2,#22311,-3,"void")
hasLocation(#22314,#20477) hasLocation(#22314,#20477)
@@ -7070,7 +7070,7 @@ scopenodes(#22502,#22503)
scopenesting(#22503,#22186) scopenesting(#22503,#22186)
#22504=@"var;{arguments};{#22503}" #22504=@"var;{arguments};{#22503}"
variables(#22504,"arguments",#22503) variables(#22504,"arguments",#22503)
isArgumentsObject(#22504) is_arguments_object(#22504)
#22505=* #22505=*
typeexprs(#22505,2,#22502,-3,"void") typeexprs(#22505,2,#22502,-3,"void")
hasLocation(#22505,#20873) hasLocation(#22505,#20873)
@@ -7153,7 +7153,7 @@ scopenodes(#22521,#22522)
scopenesting(#22522,#22186) scopenesting(#22522,#22186)
#22523=@"var;{arguments};{#22522}" #22523=@"var;{arguments};{#22522}"
variables(#22523,"arguments",#22522) variables(#22523,"arguments",#22522)
isArgumentsObject(#22523) is_arguments_object(#22523)
#22524=* #22524=*
typeexprs(#22524,2,#22521,-3,"void") typeexprs(#22524,2,#22521,-3,"void")
hasLocation(#22524,#20911) hasLocation(#22524,#20911)
@@ -7389,7 +7389,7 @@ literals("y","y",#22574)
decl(#22574,#22573) decl(#22574,#22573)
#22575=@"var;{arguments};{#22569}" #22575=@"var;{arguments};{#22569}"
variables(#22575,"arguments",#22569) variables(#22575,"arguments",#22569)
isArgumentsObject(#22575) is_arguments_object(#22575)
#22576=* #22576=*
typeexprs(#22576,0,#22566,-6,"T") typeexprs(#22576,0,#22566,-6,"T")
hasLocation(#22576,#21025) hasLocation(#22576,#21025)
@@ -7493,7 +7493,7 @@ literals("y","y",#22599)
decl(#22599,#22598) decl(#22599,#22598)
#22600=@"var;{arguments};{#22594}" #22600=@"var;{arguments};{#22594}"
variables(#22600,"arguments",#22594) variables(#22600,"arguments",#22594)
isArgumentsObject(#22600) is_arguments_object(#22600)
#22601=* #22601=*
typeexprs(#22601,0,#22591,-6,"T") typeexprs(#22601,0,#22591,-6,"T")
hasLocation(#22601,#21079) hasLocation(#22601,#21079)
@@ -8147,7 +8147,7 @@ literals("newName","newName",#22745)
decl(#22745,#22744) decl(#22745,#22744)
#22746=@"var;{arguments};{#22743}" #22746=@"var;{arguments};{#22743}"
variables(#22746,"arguments",#22743) variables(#22746,"arguments",#22743)
isArgumentsObject(#22746) is_arguments_object(#22746)
#22747=* #22747=*
typeexprs(#22747,2,#22742,-3,"void") typeexprs(#22747,2,#22742,-3,"void")
hasLocation(#22747,#21355) hasLocation(#22747,#21355)
@@ -8373,7 +8373,7 @@ literals("args","args",#22794)
decl(#22794,#22793) decl(#22794,#22793)
#22795=@"var;{arguments};{#22792}" #22795=@"var;{arguments};{#22792}"
variables(#22795,"arguments",#22792) variables(#22795,"arguments",#22792)
isArgumentsObject(#22795) is_arguments_object(#22795)
#22796=* #22796=*
typeexprs(#22796,29,#22791,-3,"infer R") typeexprs(#22796,29,#22791,-3,"infer R")
#22797=@"loc,{#10000},69,54,69,60" #22797=@"loc,{#10000},69,54,69,60"
@@ -8603,7 +8603,7 @@ literals("args","args",#22856)
decl(#22856,#22855) decl(#22856,#22855)
#22857=@"var;{arguments};{#22854}" #22857=@"var;{arguments};{#22854}"
variables(#22857,"arguments",#22854) variables(#22857,"arguments",#22854)
isArgumentsObject(#22857) is_arguments_object(#22857)
#22858=* #22858=*
typeexprs(#22858,29,#22853,-3,"infer U") typeexprs(#22858,29,#22853,-3,"infer U")
#22859=@"loc,{#10000},75,35,75,41" #22859=@"loc,{#10000},75,35,75,41"
@@ -8823,7 +8823,7 @@ scopenodes(#22904,#22905)
scopenesting(#22905,#22808) scopenesting(#22905,#22808)
#22906=@"var;{arguments};{#22905}" #22906=@"var;{arguments};{#22905}"
variables(#22906,"arguments",#22905) variables(#22906,"arguments",#22905)
isArgumentsObject(#22906) is_arguments_object(#22906)
#22907=* #22907=*
typeexprs(#22907,2,#22904,-3,"string") typeexprs(#22907,2,#22904,-3,"string")
hasLocation(#22907,#21622) hasLocation(#22907,#21622)
@@ -9349,7 +9349,7 @@ literals("x","x",#23025)
decl(#23025,#23024) decl(#23025,#23024)
#23026=@"var;{arguments};{#23023}" #23026=@"var;{arguments};{#23023}"
variables(#23026,"arguments",#23023) variables(#23026,"arguments",#23023)
isArgumentsObject(#23026) is_arguments_object(#23026)
#23027=* #23027=*
typeexprs(#23027,2,#23022,-3,"void") typeexprs(#23027,2,#23022,-3,"void")
hasLocation(#23027,#21856) hasLocation(#23027,#21856)
@@ -9408,7 +9408,7 @@ literals("x","x",#23040)
decl(#23040,#23039) decl(#23040,#23039)
#23041=@"var;{arguments};{#23038}" #23041=@"var;{arguments};{#23038}"
variables(#23041,"arguments",#23038) variables(#23041,"arguments",#23038)
isArgumentsObject(#23041) is_arguments_object(#23041)
#23042=* #23042=*
typeexprs(#23042,2,#23037,-3,"void") typeexprs(#23042,2,#23037,-3,"void")
hasLocation(#23042,#21878) hasLocation(#23042,#21878)
@@ -9513,7 +9513,7 @@ literals("x","x",#23065)
decl(#23065,#23064) decl(#23065,#23064)
#23066=@"var;{arguments};{#23063}" #23066=@"var;{arguments};{#23063}"
variables(#23066,"arguments",#23063) variables(#23066,"arguments",#23063)
isArgumentsObject(#23066) is_arguments_object(#23066)
#23067=* #23067=*
typeexprs(#23067,2,#23062,-3,"void") typeexprs(#23067,2,#23062,-3,"void")
hasLocation(#23067,#21920) hasLocation(#23067,#21920)
@@ -9562,7 +9562,7 @@ literals("x","x",#23077)
decl(#23077,#23076) decl(#23077,#23076)
#23078=@"var;{arguments};{#23075}" #23078=@"var;{arguments};{#23075}"
variables(#23078,"arguments",#23075) variables(#23078,"arguments",#23075)
isArgumentsObject(#23078) is_arguments_object(#23078)
#23079=* #23079=*
typeexprs(#23079,2,#23074,-3,"void") typeexprs(#23079,2,#23074,-3,"void")
hasLocation(#23079,#21940) hasLocation(#23079,#21940)
@@ -9645,7 +9645,7 @@ literals("x","x",#23097)
decl(#23097,#23096) decl(#23097,#23096)
#23098=@"var;{arguments};{#23095}" #23098=@"var;{arguments};{#23095}"
variables(#23098,"arguments",#23095) variables(#23098,"arguments",#23095)
isArgumentsObject(#23098) is_arguments_object(#23098)
#23099=* #23099=*
typeexprs(#23099,2,#23094,-3,"void") typeexprs(#23099,2,#23094,-3,"void")
hasLocation(#23099,#21976) hasLocation(#23099,#21976)
@@ -9694,7 +9694,7 @@ literals("x","x",#23109)
decl(#23109,#23108) decl(#23109,#23108)
#23110=@"var;{arguments};{#23107}" #23110=@"var;{arguments};{#23107}"
variables(#23110,"arguments",#23107) variables(#23110,"arguments",#23107)
isArgumentsObject(#23110) is_arguments_object(#23110)
#23111=* #23111=*
typeexprs(#23111,2,#23106,-3,"void") typeexprs(#23111,2,#23106,-3,"void")
hasLocation(#23111,#21996) hasLocation(#23111,#21996)
@@ -9734,7 +9734,7 @@ literals("x","x",#23119)
decl(#23119,#23118) decl(#23119,#23118)
#23120=@"var;{arguments};{#23117}" #23120=@"var;{arguments};{#23117}"
variables(#23120,"arguments",#23117) variables(#23120,"arguments",#23117)
isArgumentsObject(#23120) is_arguments_object(#23120)
#23121=* #23121=*
typeexprs(#23121,2,#23113,-3,"number") typeexprs(#23121,2,#23113,-3,"number")
hasLocation(#23121,#22022) hasLocation(#23121,#22022)
@@ -9772,7 +9772,7 @@ literals("x","x",#23128)
decl(#23128,#23127) decl(#23128,#23127)
#23129=@"var;{arguments};{#23126}" #23129=@"var;{arguments};{#23126}"
variables(#23129,"arguments",#23126) variables(#23129,"arguments",#23126)
isArgumentsObject(#23129) is_arguments_object(#23129)
#23130=* #23130=*
typeexprs(#23130,2,#23123,-3,"string") typeexprs(#23130,2,#23123,-3,"string")
hasLocation(#23130,#22044) hasLocation(#23130,#22044)
@@ -9810,7 +9810,7 @@ literals("x","x",#23137)
decl(#23137,#23136) decl(#23137,#23136)
#23138=@"var;{arguments};{#23135}" #23138=@"var;{arguments};{#23135}"
variables(#23138,"arguments",#23135) variables(#23138,"arguments",#23135)
isArgumentsObject(#23138) is_arguments_object(#23138)
#23139=* #23139=*
typeexprs(#23139,7,#23132,-3,"string | number") typeexprs(#23139,7,#23132,-3,"string | number")
#23140=@"loc,{#10000},96,45,96,59" #23140=@"loc,{#10000},96,45,96,59"
@@ -9923,7 +9923,7 @@ literals("args","args",#23164)
decl(#23164,#23163) decl(#23164,#23163)
#23165=@"var;{arguments};{#23162}" #23165=@"var;{arguments};{#23162}"
variables(#23165,"arguments",#23162) variables(#23165,"arguments",#23162)
isArgumentsObject(#23165) is_arguments_object(#23165)
#23166=* #23166=*
typeexprs(#23166,2,#23161,-3,"any") typeexprs(#23166,2,#23161,-3,"any")
hasLocation(#23166,#22120) hasLocation(#23166,#22120)
@@ -10027,7 +10027,7 @@ literals("args","args",#23189)
decl(#23189,#23188) decl(#23189,#23188)
#23190=@"var;{arguments};{#23187}" #23190=@"var;{arguments};{#23187}"
variables(#23190,"arguments",#23187) variables(#23190,"arguments",#23187)
isArgumentsObject(#23190) is_arguments_object(#23190)
#23191=* #23191=*
typeexprs(#23191,29,#23186,-3,"infer R") typeexprs(#23191,29,#23186,-3,"infer R")
#23192=@"loc,{#10000},100,74,100,80" #23192=@"loc,{#10000},100,74,100,80"

View File

@@ -229,7 +229,7 @@ literals("x","x",#20075)
decl(#20075,#20074) decl(#20075,#20074)
#20076=@"var;{arguments};{#20073}" #20076=@"var;{arguments};{#20073}"
variables(#20076,"arguments",#20073) variables(#20076,"arguments",#20073)
isArgumentsObject(#20076) is_arguments_object(#20076)
#20077=* #20077=*
typeexprs(#20077,2,#20067,-6,"string") typeexprs(#20077,2,#20067,-6,"string")
hasLocation(#20077,#20035) hasLocation(#20077,#20035)
@@ -266,7 +266,7 @@ literals("x","x",#20084)
decl(#20084,#20083) decl(#20084,#20083)
#20085=@"var;{arguments};{#20082}" #20085=@"var;{arguments};{#20082}"
variables(#20085,"arguments",#20082) variables(#20085,"arguments",#20082)
isArgumentsObject(#20085) is_arguments_object(#20085)
#20086=* #20086=*
typeexprs(#20086,2,#20081,-6,"any") typeexprs(#20086,2,#20081,-6,"any")
hasLocation(#20086,#20049) hasLocation(#20086,#20049)

View File

@@ -90,7 +90,7 @@ scopenodes(#20024,#20025)
scopenesting(#20025,#20020) scopenesting(#20025,#20020)
#20026=@"var;{arguments};{#20025}" #20026=@"var;{arguments};{#20025}"
variables(#20026,"arguments",#20025) variables(#20026,"arguments",#20025)
isArgumentsObject(#20026) is_arguments_object(#20026)
#20027=* #20027=*
stmts(#20027,1,#20024,-2,"{}") stmts(#20027,1,#20024,-2,"{}")
hasLocation(#20027,#20022) hasLocation(#20027,#20022)

View File

@@ -391,7 +391,7 @@ scopenodes(#20132,#20133)
scopenesting(#20133,#20124) scopenesting(#20133,#20124)
#20134=@"var;{arguments};{#20133}" #20134=@"var;{arguments};{#20133}"
variables(#20134,"arguments",#20133) variables(#20134,"arguments",#20133)
isArgumentsObject(#20134) is_arguments_object(#20134)
#20135=* #20135=*
typeexprs(#20135,2,#20132,-3,"number") typeexprs(#20135,2,#20132,-3,"number")
hasLocation(#20135,#20053) hasLocation(#20135,#20053)
@@ -482,7 +482,7 @@ scopenodes(#20150,#20156)
scopenesting(#20156,#20124) scopenesting(#20156,#20124)
#20157=@"var;{arguments};{#20156}" #20157=@"var;{arguments};{#20156}"
variables(#20157,"arguments",#20156) variables(#20157,"arguments",#20156)
isArgumentsObject(#20157) is_arguments_object(#20157)
#20158=* #20158=*
stmts(#20158,1,#20150,-2,"{}") stmts(#20158,1,#20150,-2,"{}")
hasLocation(#20158,#20154) hasLocation(#20158,#20154)
@@ -506,7 +506,7 @@ scopenodes(#20159,#20162)
scopenesting(#20162,#20112) scopenesting(#20162,#20112)
#20163=@"var;{arguments};{#20162}" #20163=@"var;{arguments};{#20162}"
variables(#20163,"arguments",#20162) variables(#20163,"arguments",#20162)
isArgumentsObject(#20163) is_arguments_object(#20163)
#20164=* #20164=*
stmts(#20164,1,#20159,-2,"{}") stmts(#20164,1,#20159,-2,"{}")
#20165=@"loc,{#10000},11,16,11,17" #20165=@"loc,{#10000},11,16,11,17"
@@ -571,7 +571,7 @@ scopenodes(#20177,#20178)
scopenesting(#20178,#20173) scopenesting(#20178,#20173)
#20179=@"var;{arguments};{#20178}" #20179=@"var;{arguments};{#20178}"
variables(#20179,"arguments",#20178) variables(#20179,"arguments",#20178)
isArgumentsObject(#20179) is_arguments_object(#20179)
#20180=* #20180=*
stmts(#20180,1,#20177,-2,"{}") stmts(#20180,1,#20177,-2,"{}")
hasLocation(#20180,#20175) hasLocation(#20180,#20175)

View File

@@ -831,7 +831,7 @@ literals("x","x",#20280)
decl(#20280,#20279) decl(#20280,#20279)
#20281=@"var;{arguments};{#20278}" #20281=@"var;{arguments};{#20278}"
variables(#20281,"arguments",#20278) variables(#20281,"arguments",#20278)
isArgumentsObject(#20281) is_arguments_object(#20281)
#20282=* #20282=*
stmts(#20282,1,#20276,-2,"{ return x; }") stmts(#20282,1,#20276,-2,"{ return x; }")
#20283=@"loc,{#10000},7,17,7,29" #20283=@"loc,{#10000},7,17,7,29"

View File

@@ -237,7 +237,7 @@ scopenodes(#20075,#20076)
scopenesting(#20076,#20071) scopenesting(#20076,#20071)
#20077=@"var;{arguments};{#20076}" #20077=@"var;{arguments};{#20076}"
variables(#20077,"arguments",#20076) variables(#20077,"arguments",#20076)
isArgumentsObject(#20077) is_arguments_object(#20077)
#20078=* #20078=*
stmts(#20078,1,#20075,-2,"{}") stmts(#20078,1,#20075,-2,"{}")
hasLocation(#20078,#20073) hasLocation(#20078,#20073)
@@ -267,7 +267,7 @@ scopenodes(#20081,#20084)
scopenesting(#20084,#20055) scopenesting(#20084,#20055)
#20085=@"var;{arguments};{#20084}" #20085=@"var;{arguments};{#20084}"
variables(#20085,"arguments",#20084) variables(#20085,"arguments",#20084)
isArgumentsObject(#20085) is_arguments_object(#20085)
#20086=* #20086=*
stmts(#20086,1,#20081,-2,"{}") stmts(#20086,1,#20081,-2,"{}")
#20087=@"loc,{#10000},5,29,5,30" #20087=@"loc,{#10000},5,29,5,30"

View File

@@ -122,7 +122,7 @@ scopenodes(#20035,#20039)
scopenesting(#20039,#20033) scopenesting(#20039,#20033)
#20040=@"var;{arguments};{#20039}" #20040=@"var;{arguments};{#20039}"
variables(#20040,"arguments",#20039) variables(#20040,"arguments",#20039)
isArgumentsObject(#20040) is_arguments_object(#20040)
#20041=* #20041=*
stmts(#20041,38,#20001,1,"export ... ce bar;") stmts(#20041,38,#20001,1,"export ... ce bar;")
hasLocation(#20041,#20005) hasLocation(#20041,#20005)

View File

@@ -83,7 +83,7 @@ scopenodes(#20022,#20023)
scopenesting(#20023,#20015) scopenesting(#20023,#20015)
#20024=@"var;{arguments};{#20023}" #20024=@"var;{arguments};{#20023}"
variables(#20024,"arguments",#20023) variables(#20024,"arguments",#20023)
isArgumentsObject(#20024) is_arguments_object(#20024)
#20025=* #20025=*
stmts(#20025,1,#20022,-2,"{}") stmts(#20025,1,#20022,-2,"{}")
hasLocation(#20025,#20020) hasLocation(#20025,#20020)

View File

@@ -195,7 +195,7 @@ literals("z","z",#20067)
decl(#20067,#20066) decl(#20067,#20066)
#20068=@"var;{arguments};{#20065}" #20068=@"var;{arguments};{#20065}"
variables(#20068,"arguments",#20065) variables(#20068,"arguments",#20065)
isArgumentsObject(#20068) is_arguments_object(#20068)
#20069=* #20069=*
stmts(#20069,1,#20063,-2,"{\n let ... = z;\n}") stmts(#20069,1,#20063,-2,"{\n let ... = z;\n}")
#20070=@"loc,{#10000},1,15,5,1" #20070=@"loc,{#10000},1,15,5,1"

View File

@@ -328,7 +328,7 @@ scopenodes(#20106,#20107)
scopenesting(#20107,#20087) scopenesting(#20107,#20087)
#20108=@"var;{arguments};{#20107}" #20108=@"var;{arguments};{#20107}"
variables(#20108,"arguments",#20107) variables(#20108,"arguments",#20107)
isArgumentsObject(#20108) is_arguments_object(#20108)
#20109=* #20109=*
typeexprs(#20109,13,#20106,-3,"M.I") typeexprs(#20109,13,#20106,-3,"M.I")
#20110=@"loc,{#10000},6,15,6,17" #20110=@"loc,{#10000},6,15,6,17"

View File

@@ -715,7 +715,7 @@ literals("none","none",#20251)
decl(#20251,#20250) decl(#20251,#20250)
#20252=@"var;{arguments};{#20249}" #20252=@"var;{arguments};{#20249}"
variables(#20252,"arguments",#20249) variables(#20252,"arguments",#20249)
isArgumentsObject(#20252) is_arguments_object(#20252)
#20253=* #20253=*
stmts(#20253,1,#20248,-2,"{}") stmts(#20253,1,#20248,-2,"{}")
#20254=@"loc,{#10000},6,12,6,13" #20254=@"loc,{#10000},6,12,6,13"
@@ -753,7 +753,7 @@ literals("a","a",#20261)
decl(#20261,#20260) decl(#20261,#20260)
#20262=@"var;{arguments};{#20259}" #20262=@"var;{arguments};{#20259}"
variables(#20262,"arguments",#20259) variables(#20262,"arguments",#20259)
isArgumentsObject(#20262) is_arguments_object(#20262)
#20263=* #20263=*
exprs(#20263,104,#20258,-8,"@A") exprs(#20263,104,#20258,-8,"@A")
#20264=@"loc,{#10000},7,6,7,7" #20264=@"loc,{#10000},7,6,7,7"
@@ -807,7 +807,7 @@ literals("ab","ab",#20275)
decl(#20275,#20274) decl(#20275,#20274)
#20276=@"var;{arguments};{#20273}" #20276=@"var;{arguments};{#20273}"
variables(#20276,"arguments",#20273) variables(#20276,"arguments",#20273)
isArgumentsObject(#20276) is_arguments_object(#20276)
#20277=* #20277=*
exprs(#20277,104,#20272,-8,"@A @B") exprs(#20277,104,#20272,-8,"@A @B")
#20278=@"loc,{#10000},8,6,8,10" #20278=@"loc,{#10000},8,6,8,10"
@@ -883,7 +883,7 @@ literals("a","a",#20295)
decl(#20295,#20294) decl(#20295,#20294)
#20296=@"var;{arguments};{#20291}" #20296=@"var;{arguments};{#20291}"
variables(#20296,"arguments",#20291) variables(#20296,"arguments",#20291)
isArgumentsObject(#20296) is_arguments_object(#20296)
#20297=* #20297=*
exprs(#20297,104,#20290,-12,"@A") exprs(#20297,104,#20290,-12,"@A")
#20298=@"loc,{#10000},10,12,10,13" #20298=@"loc,{#10000},10,12,10,13"
@@ -945,7 +945,7 @@ literals("ab","ab",#20311)
decl(#20311,#20310) decl(#20311,#20310)
#20312=@"var;{arguments};{#20307}" #20312=@"var;{arguments};{#20307}"
variables(#20312,"arguments",#20307) variables(#20312,"arguments",#20307)
isArgumentsObject(#20312) is_arguments_object(#20312)
#20313=* #20313=*
exprs(#20313,104,#20306,-12,"@A @B") exprs(#20313,104,#20306,-12,"@A @B")
#20314=@"loc,{#10000},11,12,11,16" #20314=@"loc,{#10000},11,12,11,16"
@@ -1021,7 +1021,7 @@ literals("b","b",#20331)
decl(#20331,#20330) decl(#20331,#20330)
#20332=@"var;{arguments};{#20327}" #20332=@"var;{arguments};{#20327}"
variables(#20332,"arguments",#20327) variables(#20332,"arguments",#20327)
isArgumentsObject(#20332) is_arguments_object(#20332)
#20333=* #20333=*
exprs(#20333,104,#20326,-8,"@A") exprs(#20333,104,#20326,-8,"@A")
#20334=@"loc,{#10000},13,6,13,7" #20334=@"loc,{#10000},13,6,13,7"
@@ -1099,7 +1099,7 @@ literals("bc","bc",#20351)
decl(#20351,#20350) decl(#20351,#20350)
#20352=@"var;{arguments};{#20347}" #20352=@"var;{arguments};{#20347}"
variables(#20352,"arguments",#20347) variables(#20352,"arguments",#20347)
isArgumentsObject(#20352) is_arguments_object(#20352)
#20353=* #20353=*
exprs(#20353,104,#20346,-8,"@A") exprs(#20353,104,#20346,-8,"@A")
#20354=@"loc,{#10000},14,6,14,7" #20354=@"loc,{#10000},14,6,14,7"
@@ -1175,7 +1175,7 @@ scopenodes(#20370,#20371)
scopenesting(#20371,#20244) scopenesting(#20371,#20244)
#20372=@"var;{arguments};{#20371}" #20372=@"var;{arguments};{#20371}"
variables(#20372,"arguments",#20371) variables(#20372,"arguments",#20371)
isArgumentsObject(#20372) is_arguments_object(#20372)
#20373=* #20373=*
stmts(#20373,1,#20370,-2,"{}") stmts(#20373,1,#20370,-2,"{}")
hasLocation(#20373,#20368) hasLocation(#20373,#20368)

View File

@@ -196,7 +196,7 @@ literals("person","person",#20068)
decl(#20068,#20067) decl(#20068,#20067)
#20069=@"var;{arguments};{#20066}" #20069=@"var;{arguments};{#20066}"
variables(#20069,"arguments",#20066) variables(#20069,"arguments",#20066)
isArgumentsObject(#20069) is_arguments_object(#20069)
#20070=* #20070=*
typeexprs(#20070,2,#20063,-6,"string") typeexprs(#20070,2,#20063,-6,"string")
hasLocation(#20070,#20023) hasLocation(#20070,#20023)

View File

@@ -296,7 +296,7 @@ scopenodes(#20101,#20102)
scopenesting(#20102,#20000) scopenesting(#20102,#20000)
#20103=@"var;{arguments};{#20102}" #20103=@"var;{arguments};{#20102}"
variables(#20103,"arguments",#20102) variables(#20103,"arguments",#20102)
isArgumentsObject(#20103) is_arguments_object(#20103)
isMethod(#20098) isMethod(#20098)
isAbstractMember(#20098) isAbstractMember(#20098)
#20104=* #20104=*
@@ -329,7 +329,7 @@ literals("x","x",#20110)
decl(#20110,#20109) decl(#20110,#20109)
#20111=@"var;{arguments};{#20108}" #20111=@"var;{arguments};{#20108}"
variables(#20111,"arguments",#20108) variables(#20111,"arguments",#20108)
isArgumentsObject(#20111) is_arguments_object(#20111)
#20112=* #20112=*
typeexprs(#20112,2,#20107,-3,"string") typeexprs(#20112,2,#20107,-3,"string")
hasLocation(#20112,#20053) hasLocation(#20112,#20053)
@@ -420,7 +420,7 @@ scopenodes(#20131,#20132)
scopenesting(#20132,#20121) scopenesting(#20132,#20121)
#20133=@"var;{arguments};{#20132}" #20133=@"var;{arguments};{#20132}"
variables(#20133,"arguments",#20132) variables(#20133,"arguments",#20132)
isArgumentsObject(#20133) is_arguments_object(#20133)
isMethod(#20128) isMethod(#20128)
isAbstractMember(#20128) isAbstractMember(#20128)
#20134=* #20134=*

View File

@@ -204,7 +204,7 @@ literals("y","y",#20070)
decl(#20070,#20069) decl(#20070,#20069)
#20071=@"var;{arguments};{#20066}" #20071=@"var;{arguments};{#20066}"
variables(#20071,"arguments",#20066) variables(#20071,"arguments",#20066)
isArgumentsObject(#20071) is_arguments_object(#20071)
#20072=* #20072=*
stmts(#20072,1,#20063,-2,"{\n if ... y) {}\n}") stmts(#20072,1,#20063,-2,"{\n if ... y) {}\n}")
#20073=@"loc,{#10000},1,17,4,1" #20073=@"loc,{#10000},1,17,4,1"

View File

@@ -717,7 +717,7 @@ scopenodes(#20255,#20258)
scopenesting(#20258,#20000) scopenesting(#20258,#20000)
#20259=@"var;{arguments};{#20258}" #20259=@"var;{arguments};{#20258}"
variables(#20259,"arguments",#20258) variables(#20259,"arguments",#20258)
isArgumentsObject(#20259) is_arguments_object(#20259)
#20260=* #20260=*
stmts(#20260,26,#20001,1,"abstrac ... mber;\n}") stmts(#20260,26,#20001,1,"abstrac ... mber;\n}")
#20261=@"loc,{#10000},4,1,15,1" #20261=@"loc,{#10000},4,1,15,1"
@@ -759,7 +759,7 @@ scopenodes(#20267,#20268)
scopenesting(#20268,#20263) scopenesting(#20268,#20263)
#20269=@"var;{arguments};{#20268}" #20269=@"var;{arguments};{#20268}"
variables(#20269,"arguments",#20268) variables(#20269,"arguments",#20268)
isArgumentsObject(#20269) is_arguments_object(#20269)
isMethod(#20264) isMethod(#20264)
isAbstractMember(#20264) isAbstractMember(#20264)
#20270=* #20270=*
@@ -792,7 +792,7 @@ literals("x","x",#20276)
decl(#20276,#20275) decl(#20276,#20275)
#20277=@"var;{arguments};{#20274}" #20277=@"var;{arguments};{#20274}"
variables(#20277,"arguments",#20274) variables(#20277,"arguments",#20274)
isArgumentsObject(#20277) is_arguments_object(#20277)
#20278=* #20278=*
typeexprs(#20278,2,#20273,-3,"number") typeexprs(#20278,2,#20273,-3,"number")
hasLocation(#20278,#20119) hasLocation(#20278,#20119)
@@ -834,7 +834,7 @@ literals("x","x",#20286)
decl(#20286,#20285) decl(#20286,#20285)
#20287=@"var;{arguments};{#20284}" #20287=@"var;{arguments};{#20284}"
variables(#20287,"arguments",#20284) variables(#20287,"arguments",#20284)
isArgumentsObject(#20287) is_arguments_object(#20287)
#20288=* #20288=*
typeexprs(#20288,2,#20283,-3,"string") typeexprs(#20288,2,#20283,-3,"string")
hasLocation(#20288,#20137) hasLocation(#20288,#20137)
@@ -876,7 +876,7 @@ literals("x","x",#20296)
decl(#20296,#20295) decl(#20296,#20295)
#20297=@"var;{arguments};{#20294}" #20297=@"var;{arguments};{#20294}"
variables(#20297,"arguments",#20294) variables(#20297,"arguments",#20294)
isArgumentsObject(#20297) is_arguments_object(#20297)
#20298=* #20298=*
typeexprs(#20298,2,#20293,-6,"any") typeexprs(#20298,2,#20293,-6,"any")
hasLocation(#20298,#20149) hasLocation(#20298,#20149)
@@ -928,7 +928,7 @@ scopenodes(#20303,#20309)
scopenesting(#20309,#20263) scopenesting(#20309,#20263)
#20310=@"var;{arguments};{#20309}" #20310=@"var;{arguments};{#20309}"
variables(#20310,"arguments",#20309) variables(#20310,"arguments",#20309)
isArgumentsObject(#20310) is_arguments_object(#20310)
#20311=* #20311=*
stmts(#20311,1,#20303,-2,"{}") stmts(#20311,1,#20303,-2,"{}")
hasLocation(#20311,#20307) hasLocation(#20311,#20307)
@@ -977,7 +977,7 @@ scopenodes(#20320,#20321)
scopenesting(#20321,#20316) scopenesting(#20321,#20316)
#20322=@"var;{arguments};{#20321}" #20322=@"var;{arguments};{#20321}"
variables(#20322,"arguments",#20321) variables(#20322,"arguments",#20321)
isArgumentsObject(#20322) is_arguments_object(#20322)
isMethod(#20317) isMethod(#20317)
isAbstractMember(#20317) isAbstractMember(#20317)
#20323=* #20323=*
@@ -1010,7 +1010,7 @@ literals("x","x",#20329)
decl(#20329,#20328) decl(#20329,#20328)
#20330=@"var;{arguments};{#20327}" #20330=@"var;{arguments};{#20327}"
variables(#20330,"arguments",#20327) variables(#20330,"arguments",#20327)
isArgumentsObject(#20330) is_arguments_object(#20330)
#20331=* #20331=*
typeexprs(#20331,2,#20326,-3,"number") typeexprs(#20331,2,#20326,-3,"number")
hasLocation(#20331,#20202) hasLocation(#20331,#20202)
@@ -1052,7 +1052,7 @@ literals("x","x",#20339)
decl(#20339,#20338) decl(#20339,#20338)
#20340=@"var;{arguments};{#20337}" #20340=@"var;{arguments};{#20337}"
variables(#20340,"arguments",#20337) variables(#20340,"arguments",#20337)
isArgumentsObject(#20340) is_arguments_object(#20340)
#20341=* #20341=*
typeexprs(#20341,2,#20336,-3,"string") typeexprs(#20341,2,#20336,-3,"string")
hasLocation(#20341,#20220) hasLocation(#20341,#20220)
@@ -1094,7 +1094,7 @@ literals("x","x",#20349)
decl(#20349,#20348) decl(#20349,#20348)
#20350=@"var;{arguments};{#20347}" #20350=@"var;{arguments};{#20347}"
variables(#20350,"arguments",#20347) variables(#20350,"arguments",#20347)
isArgumentsObject(#20350) is_arguments_object(#20350)
#20351=* #20351=*
typeexprs(#20351,2,#20346,-6,"any") typeexprs(#20351,2,#20346,-6,"any")
hasLocation(#20351,#20232) hasLocation(#20351,#20232)
@@ -1146,7 +1146,7 @@ scopenodes(#20356,#20362)
scopenesting(#20362,#20316) scopenesting(#20362,#20316)
#20363=@"var;{arguments};{#20362}" #20363=@"var;{arguments};{#20362}"
variables(#20363,"arguments",#20362) variables(#20363,"arguments",#20362)
isArgumentsObject(#20363) is_arguments_object(#20363)
#20364=* #20364=*
stmts(#20364,1,#20356,-2,"{}") stmts(#20364,1,#20356,-2,"{}")
hasLocation(#20364,#20360) hasLocation(#20364,#20360)

View File

@@ -199,7 +199,7 @@ scopenodes(#20065,#20066)
scopenesting(#20066,#20000) scopenesting(#20066,#20000)
#20067=@"var;{arguments};{#20066}" #20067=@"var;{arguments};{#20066}"
variables(#20067,"arguments",#20066) variables(#20067,"arguments",#20066)
isArgumentsObject(#20067) is_arguments_object(#20067)
#20068=* #20068=*
stmts(#20068,1,#20065,-2,"{return 1}") stmts(#20068,1,#20065,-2,"{return 1}")
#20069=@"loc,{#10000},2,13,2,22" #20069=@"loc,{#10000},2,13,2,22"
@@ -249,7 +249,7 @@ literals("v","v",#20079)
decl(#20079,#20078) decl(#20079,#20078)
#20080=@"var;{arguments};{#20077}" #20080=@"var;{arguments};{#20077}"
variables(#20080,"arguments",#20077) variables(#20080,"arguments",#20077)
isArgumentsObject(#20080) is_arguments_object(#20080)
#20081=* #20081=*
stmts(#20081,1,#20076,-2,"{}") stmts(#20081,1,#20076,-2,"{}")
#20082=@"loc,{#10000},3,14,3,15" #20082=@"loc,{#10000},3,14,3,15"

View File

@@ -188,7 +188,7 @@ scopenodes(#20054,#20060)
scopenesting(#20060,#20051) scopenesting(#20060,#20051)
#20061=@"var;{arguments};{#20060}" #20061=@"var;{arguments};{#20060}"
variables(#20061,"arguments",#20060) variables(#20061,"arguments",#20060)
isArgumentsObject(#20061) is_arguments_object(#20061)
#20062=* #20062=*
stmts(#20062,1,#20054,-2,"{\n th ... = 5;\n }") stmts(#20062,1,#20054,-2,"{\n th ... = 5;\n }")
#20063=@"loc,{#10000},3,16,5,2" #20063=@"loc,{#10000},3,16,5,2"

View File

@@ -455,7 +455,7 @@ literals("x","x",#20168)
decl(#20168,#20167) decl(#20168,#20167)
#20169=@"var;{arguments};{#20166}" #20169=@"var;{arguments};{#20166}"
variables(#20169,"arguments",#20166) variables(#20169,"arguments",#20166)
isArgumentsObject(#20169) is_arguments_object(#20169)
#20170=* #20170=*
typeexprs(#20170,2,#20164,-4,"void") typeexprs(#20170,2,#20164,-4,"void")
hasLocation(#20170,#20041) hasLocation(#20170,#20041)
@@ -511,7 +511,7 @@ literals("x","x",#20182)
decl(#20182,#20181) decl(#20182,#20181)
#20183=@"var;{arguments};{#20180}" #20183=@"var;{arguments};{#20180}"
variables(#20183,"arguments",#20180) variables(#20183,"arguments",#20180)
isArgumentsObject(#20183) is_arguments_object(#20183)
#20184=* #20184=*
typeexprs(#20184,2,#20178,-4,"string") typeexprs(#20184,2,#20178,-4,"string")
hasLocation(#20184,#20071) hasLocation(#20184,#20071)
@@ -555,7 +555,7 @@ literals("x","x",#20193)
decl(#20193,#20192) decl(#20193,#20192)
#20194=@"var;{arguments};{#20191}" #20194=@"var;{arguments};{#20191}"
variables(#20194,"arguments",#20191) variables(#20194,"arguments",#20191)
isArgumentsObject(#20194) is_arguments_object(#20194)
#20195=* #20195=*
typeexprs(#20195,2,#20188,-4,"string") typeexprs(#20195,2,#20188,-4,"string")
hasLocation(#20195,#20099) hasLocation(#20195,#20099)
@@ -606,7 +606,7 @@ scopenodes(#20204,#20205)
scopenesting(#20205,#20200) scopenesting(#20205,#20200)
#20206=@"var;{arguments};{#20205}" #20206=@"var;{arguments};{#20205}"
variables(#20206,"arguments",#20205) variables(#20206,"arguments",#20205)
isArgumentsObject(#20206) is_arguments_object(#20206)
#20207=* #20207=*
typeexprs(#20207,0,#20204,-4,"C") typeexprs(#20207,0,#20204,-4,"C")
hasLocation(#20207,#20127) hasLocation(#20207,#20127)
@@ -642,7 +642,7 @@ scopenodes(#20213,#20214)
scopenesting(#20214,#20200) scopenesting(#20214,#20200)
#20215=@"var;{arguments};{#20214}" #20215=@"var;{arguments};{#20214}"
variables(#20215,"arguments",#20214) variables(#20215,"arguments",#20214)
isArgumentsObject(#20215) is_arguments_object(#20215)
#20216=* #20216=*
stmts(#20216,1,#20213,-2,"{}") stmts(#20216,1,#20213,-2,"{}")
hasLocation(#20216,#20211) hasLocation(#20216,#20211)
@@ -683,7 +683,7 @@ scopenodes(#20223,#20224)
scopenesting(#20224,#20000) scopenesting(#20224,#20000)
#20225=@"var;{arguments};{#20224}" #20225=@"var;{arguments};{#20224}"
variables(#20225,"arguments",#20224) variables(#20225,"arguments",#20224)
isArgumentsObject(#20225) is_arguments_object(#20225)
#20226=* #20226=*
typeexprs(#20226,0,#20223,-4,"I") typeexprs(#20226,0,#20223,-4,"I")
hasLocation(#20226,#20150) hasLocation(#20226,#20150)

View File

@@ -186,7 +186,7 @@ scopenesting(#20062,#20000)
variables(#20063,"x",#20062) variables(#20063,"x",#20062)
#20064=@"var;{arguments};{#20062}" #20064=@"var;{arguments};{#20062}"
variables(#20064,"arguments",#20062) variables(#20064,"arguments",#20062)
isArgumentsObject(#20064) is_arguments_object(#20064)
#20065=* #20065=*
stmts(#20065,1,#20059,-2,"{\n var ... ;\n }\n}") stmts(#20065,1,#20059,-2,"{\n var ... ;\n }\n}")
#20066=@"loc,{#10000},1,16,7,1" #20066=@"loc,{#10000},1,16,7,1"

View File

@@ -3227,7 +3227,7 @@ scopenodes(#21138,#21139)
scopenesting(#21139,#20000) scopenesting(#21139,#20000)
#21140=@"var;{arguments};{#21139}" #21140=@"var;{arguments};{#21139}"
variables(#21140,"arguments",#21139) variables(#21140,"arguments",#21139)
isArgumentsObject(#21140) is_arguments_object(#21140)
#21141=* #21141=*
typeexprs(#21141,2,#21138,-3,"number") typeexprs(#21141,2,#21138,-3,"number")
hasLocation(#21141,#20420) hasLocation(#21141,#20420)
@@ -3269,7 +3269,7 @@ scopenodes(#21148,#21149)
scopenesting(#21149,#20000) scopenesting(#21149,#20000)
#21150=@"var;{arguments};{#21149}" #21150=@"var;{arguments};{#21149}"
variables(#21150,"arguments",#21149) variables(#21150,"arguments",#21149)
isArgumentsObject(#21150) is_arguments_object(#21150)
#21151=* #21151=*
typeexprs(#21151,0,#21148,-3,"Point") typeexprs(#21151,0,#21148,-3,"Point")
hasLocation(#21151,#20438) hasLocation(#21151,#20438)
@@ -3312,7 +3312,7 @@ scopenodes(#21158,#21159)
scopenesting(#21159,#20000) scopenesting(#21159,#20000)
#21160=@"var;{arguments};{#21159}" #21160=@"var;{arguments};{#21159}"
variables(#21160,"arguments",#21159) variables(#21160,"arguments",#21159)
isArgumentsObject(#21160) is_arguments_object(#21160)
#21161=* #21161=*
typeexprs(#21161,2,#21158,-3,"void") typeexprs(#21161,2,#21158,-3,"void")
hasLocation(#21161,#20454) hasLocation(#21161,#20454)
@@ -3354,7 +3354,7 @@ scopenodes(#21168,#21169)
scopenesting(#21169,#20000) scopenesting(#21169,#20000)
#21170=@"var;{arguments};{#21169}" #21170=@"var;{arguments};{#21169}"
variables(#21170,"arguments",#21169) variables(#21170,"arguments",#21169)
isArgumentsObject(#21170) is_arguments_object(#21170)
#21171=* #21171=*
typeexprs(#21171,2,#21168,-3,"never") typeexprs(#21171,2,#21168,-3,"never")
hasLocation(#21171,#20470) hasLocation(#21171,#20470)
@@ -3693,7 +3693,7 @@ literals("x","x",#21243)
decl(#21243,#21242) decl(#21243,#21242)
#21244=@"var;{arguments};{#21240}" #21244=@"var;{arguments};{#21240}"
variables(#21244,"arguments",#21240) variables(#21244,"arguments",#21240)
isArgumentsObject(#21244) is_arguments_object(#21244)
#21245=* #21245=*
typeexprs(#21245,0,#21239,-3,"T") typeexprs(#21245,0,#21239,-3,"T")
hasLocation(#21245,#20616) hasLocation(#21245,#20616)
@@ -3762,7 +3762,7 @@ literals("x","x",#21259)
decl(#21259,#21258) decl(#21259,#21258)
#21260=@"var;{arguments};{#21256}" #21260=@"var;{arguments};{#21256}"
variables(#21260,"arguments",#21256) variables(#21260,"arguments",#21256)
isArgumentsObject(#21260) is_arguments_object(#21260)
#21261=* #21261=*
typeexprs(#21261,0,#21255,-3,"T") typeexprs(#21261,0,#21255,-3,"T")
hasLocation(#21261,#20646) hasLocation(#21261,#20646)
@@ -4154,7 +4154,7 @@ literals("x","x",#21346)
decl(#21346,#21345) decl(#21346,#21345)
#21347=@"var;{arguments};{#21344}" #21347=@"var;{arguments};{#21344}"
variables(#21347,"arguments",#21344) variables(#21347,"arguments",#21344)
isArgumentsObject(#21347) is_arguments_object(#21347)
#21348=* #21348=*
typeexprs(#21348,0,#21343,-3,"T") typeexprs(#21348,0,#21343,-3,"T")
hasLocation(#21348,#20792) hasLocation(#21348,#20792)
@@ -4271,7 +4271,7 @@ literals("x","x",#21372)
decl(#21372,#21371) decl(#21372,#21371)
#21373=@"var;{arguments};{#21370}" #21373=@"var;{arguments};{#21370}"
variables(#21373,"arguments",#21370) variables(#21373,"arguments",#21370)
isArgumentsObject(#21373) is_arguments_object(#21373)
#21374=* #21374=*
typeexprs(#21374,0,#21369,-3,"T") typeexprs(#21374,0,#21369,-3,"T")
hasLocation(#21374,#20843) hasLocation(#21374,#20843)
@@ -4307,7 +4307,7 @@ scopenodes(#21363,#21379)
scopenesting(#21379,#21353) scopenesting(#21379,#21353)
#21380=@"var;{arguments};{#21379}" #21380=@"var;{arguments};{#21379}"
variables(#21380,"arguments",#21379) variables(#21380,"arguments",#21379)
isArgumentsObject(#21380) is_arguments_object(#21380)
#21381=* #21381=*
stmts(#21381,1,#21363,-2,"{}") stmts(#21381,1,#21363,-2,"{}")
hasLocation(#21381,#21377) hasLocation(#21381,#21377)
@@ -4351,7 +4351,7 @@ scopenodes(#21388,#21389)
scopenesting(#21389,#21384) scopenesting(#21389,#21384)
#21390=@"var;{arguments};{#21389}" #21390=@"var;{arguments};{#21389}"
variables(#21390,"arguments",#21389) variables(#21390,"arguments",#21389)
isArgumentsObject(#21390) is_arguments_object(#21390)
#21391=* #21391=*
stmts(#21391,1,#21388,-2,"{}") stmts(#21391,1,#21388,-2,"{}")
hasLocation(#21391,#21386) hasLocation(#21391,#21386)
@@ -4395,7 +4395,7 @@ scopenodes(#21398,#21399)
scopenesting(#21399,#21394) scopenesting(#21399,#21394)
#21400=@"var;{arguments};{#21399}" #21400=@"var;{arguments};{#21399}"
variables(#21400,"arguments",#21399) variables(#21400,"arguments",#21399)
isArgumentsObject(#21400) is_arguments_object(#21400)
#21401=* #21401=*
stmts(#21401,1,#21398,-2,"{}") stmts(#21401,1,#21398,-2,"{}")
hasLocation(#21401,#21396) hasLocation(#21401,#21396)
@@ -4425,7 +4425,7 @@ literals("pet","pet",#21406)
decl(#21406,#21405) decl(#21406,#21405)
#21407=@"var;{arguments};{#21404}" #21407=@"var;{arguments};{#21404}"
variables(#21407,"arguments",#21404) variables(#21407,"arguments",#21404)
isArgumentsObject(#21407) is_arguments_object(#21407)
#21408=* #21408=*
typeexprs(#21408,20,#21402,-3,"pet is Fish") typeexprs(#21408,20,#21402,-3,"pet is Fish")
#21409=@"loc,{#10000},61,37,61,47" #21409=@"loc,{#10000},61,37,61,47"
@@ -4516,7 +4516,7 @@ literals("x","x",#21428)
decl(#21428,#21427) decl(#21428,#21427)
#21429=@"var;{arguments};{#21426}" #21429=@"var;{arguments};{#21426}"
variables(#21429,"arguments",#21426) variables(#21429,"arguments",#21426)
isArgumentsObject(#21429) is_arguments_object(#21429)
#21430=* #21430=*
typeexprs(#21430,2,#21425,-3,"this") typeexprs(#21430,2,#21425,-3,"this")
hasLocation(#21430,#20914) hasLocation(#21430,#20914)
@@ -4567,7 +4567,7 @@ scopenodes(#21440,#21441)
scopenesting(#21441,#21421) scopenesting(#21441,#21421)
#21442=@"var;{arguments};{#21441}" #21442=@"var;{arguments};{#21441}"
variables(#21442,"arguments",#21441) variables(#21442,"arguments",#21441)
isArgumentsObject(#21442) is_arguments_object(#21442)
#21443=* #21443=*
stmts(#21443,1,#21440,-2,"{}") stmts(#21443,1,#21440,-2,"{}")
hasLocation(#21443,#21438) hasLocation(#21443,#21438)

View File

@@ -805,7 +805,7 @@ scopenodes(#20269,#20270)
scopenesting(#20270,#20257) scopenesting(#20270,#20257)
#20271=@"var;{arguments};{#20270}" #20271=@"var;{arguments};{#20270}"
variables(#20271,"arguments",#20270) variables(#20271,"arguments",#20270)
isArgumentsObject(#20271) is_arguments_object(#20271)
#20272=* #20272=*
typeexprs(#20272,2,#20269,-3,"number") typeexprs(#20272,2,#20269,-3,"number")
hasLocation(#20272,#20141) hasLocation(#20272,#20141)

View File

@@ -211,7 +211,7 @@ literals("x","x",#20071)
decl(#20071,#20070) decl(#20071,#20070)
#20072=@"var;{arguments};{#20068}" #20072=@"var;{arguments};{#20068}"
variables(#20072,"arguments",#20068) variables(#20072,"arguments",#20068)
isArgumentsObject(#20072) is_arguments_object(#20072)
#20073=* #20073=*
stmts(#20073,1,#20065,-2,"{\n fun ... }\n }\n}") stmts(#20073,1,#20065,-2,"{\n fun ... }\n }\n}")
#20074=@"loc,{#10000},1,15,8,1" #20074=@"loc,{#10000},1,15,8,1"
@@ -238,7 +238,7 @@ scopenesting(#20078,#20068)
variables(#20079,"x",#20078) variables(#20079,"x",#20078)
#20080=@"var;{arguments};{#20078}" #20080=@"var;{arguments};{#20078}"
variables(#20080,"arguments",#20078) variables(#20080,"arguments",#20078)
isArgumentsObject(#20080) is_arguments_object(#20080)
#20081=* #20081=*
stmts(#20081,1,#20075,-2,"{\n t ... }\n }") stmts(#20081,1,#20075,-2,"{\n t ... }\n }")
#20082=@"loc,{#10000},2,16,7,3" #20082=@"loc,{#10000},2,16,7,3"

View File

@@ -164,7 +164,7 @@ scopenesting(#20054,#20000)
variables(#20055,"i",#20054) variables(#20055,"i",#20054)
#20056=@"var;{arguments};{#20054}" #20056=@"var;{arguments};{#20054}"
variables(#20056,"arguments",#20054) variables(#20056,"arguments",#20054)
isArgumentsObject(#20056) is_arguments_object(#20056)
#20057=* #20057=*
stmts(#20057,1,#20051,-2,"{\n\tswit ... i;\n\t}\n}") stmts(#20057,1,#20051,-2,"{\n\tswit ... i;\n\t}\n}")
#20058=@"loc,{#10000},1,14,6,1" #20058=@"loc,{#10000},1,14,6,1"

View File

@@ -144,7 +144,7 @@ scopenesting(#20047,#20000)
variables(#20048,"x",#20047) variables(#20048,"x",#20047)
#20049=@"var;{arguments};{#20047}" #20049=@"var;{arguments};{#20047}"
variables(#20049,"arguments",#20047) variables(#20049,"arguments",#20047)
isArgumentsObject(#20049) is_arguments_object(#20049)
#20050=* #20050=*
stmts(#20050,1,#20045,-2,"{\n\ttry ... ly {}\n}") stmts(#20050,1,#20045,-2,"{\n\ttry ... ly {}\n}")
#20051=@"loc,{#10000},1,14,5,1" #20051=@"loc,{#10000},1,14,5,1"

View File

@@ -514,7 +514,7 @@ scopenesting(#20171,#20000)
variables(#20172,"x",#20171) variables(#20172,"x",#20171)
#20173=@"var;{arguments};{#20171}" #20173=@"var;{arguments};{#20171}"
variables(#20173,"arguments",#20171) variables(#20173,"arguments",#20171)
isArgumentsObject(#20173) is_arguments_object(#20173)
#20174=* #20174=*
stmts(#20174,1,#20168,-2,"{\n\tvar x;\n\tx;\n}") stmts(#20174,1,#20168,-2,"{\n\tvar x;\n\tx;\n}")
#20175=@"loc,{#10000},8,14,11,1" #20175=@"loc,{#10000},8,14,11,1"
@@ -574,7 +574,7 @@ variables(#20187,"x",#20186)
variables(#20188,"h",#20186) variables(#20188,"h",#20186)
#20189=@"var;{arguments};{#20186}" #20189=@"var;{arguments};{#20186}"
variables(#20189,"arguments",#20186) variables(#20189,"arguments",#20186)
isArgumentsObject(#20189) is_arguments_object(#20189)
#20190=* #20190=*
stmts(#20190,1,#20183,-2,"{\n\tx;\n\t ... {}\n\t}\n}") stmts(#20190,1,#20183,-2,"{\n\tx;\n\t ... {}\n\t}\n}")
#20191=@"loc,{#10000},12,14,19,1" #20191=@"loc,{#10000},12,14,19,1"
@@ -636,7 +636,7 @@ scopenodes(#20201,#20204)
scopenesting(#20204,#20186) scopenesting(#20204,#20186)
#20205=@"var;{arguments};{#20204}" #20205=@"var;{arguments};{#20204}"
variables(#20205,"arguments",#20204) variables(#20205,"arguments",#20204)
isArgumentsObject(#20205) is_arguments_object(#20205)
#20206=* #20206=*
stmts(#20206,1,#20201,-2,"{}") stmts(#20206,1,#20201,-2,"{}")
#20207=@"loc,{#10000},16,16,16,17" #20207=@"loc,{#10000},16,16,16,17"
@@ -675,7 +675,7 @@ literals("k","k",#20215)
decl(#20215,#20214) decl(#20215,#20214)
#20216=@"var;{arguments};{#20213}" #20216=@"var;{arguments};{#20213}"
variables(#20216,"arguments",#20213) variables(#20216,"arguments",#20213)
isArgumentsObject(#20216) is_arguments_object(#20216)
#20217=* #20217=*
stmts(#20217,1,#20211,-2,"{}") stmts(#20217,1,#20211,-2,"{}")
#20218=@"loc,{#10000},17,17,17,18" #20218=@"loc,{#10000},17,17,17,18"

View File

@@ -135,3 +135,8 @@ deprecated predicate arraySize(Expr ae, int sz) { array_size(ae, sz) }
* Use `YieldExpr#isDelegating()` instead. * Use `YieldExpr#isDelegating()` instead.
*/ */
deprecated predicate isDelegating(YieldExpr yield) { is_delegating(yield) } deprecated predicate isDelegating(YieldExpr yield) { is_delegating(yield) }
/**
* Alias for the predicate `is_arguments_object` defined in the .dbscheme.
* Use the `ArgumentsVariable` class instead.
*/
deprecated predicate isArgumentsObject(Variable id) { is_arguments_object(id) }

View File

@@ -204,7 +204,7 @@ class Variable extends @variable, LexicalName {
/** An `arguments` variable of a function. */ /** An `arguments` variable of a function. */
class ArgumentsVariable extends Variable { class ArgumentsVariable extends Variable {
ArgumentsVariable() { isArgumentsObject(this) } ArgumentsVariable() { is_arguments_object(this) }
override FunctionScope getScope() { result = Variable.super.getScope() } override FunctionScope getScope() { result = Variable.super.getScope() }

View File

@@ -459,7 +459,7 @@ local_namespace_names (unique int id: @local_namespace_name,
varchar(900) name: string ref, varchar(900) name: string ref,
int scope: @scope ref); int scope: @scope ref);
isArgumentsObject (int id: @variable ref); is_arguments_object (int id: @variable ref);
@lexical_name = @variable | @local_type_name | @local_namespace_name; @lexical_name = @variable | @local_type_name | @local_namespace_name;

View File

@@ -12529,7 +12529,7 @@
</dependencies> </dependencies>
</relation> </relation>
<relation> <relation>
<name>isArgumentsObject</name> <name>is_arguments_object</name>
<cardinality>116243</cardinality> <cardinality>116243</cardinality>
<columnsizes> <columnsizes>
<e> <e>

View File

@@ -28,3 +28,5 @@ array_size.rel: reorder arraySize.rel(int ae, int sz) ae sz
arraySize.rel: delete arraySize.rel: delete
is_delegating.rel: reorder isDelegating.rel(int yield) yield is_delegating.rel: reorder isDelegating.rel(int yield) yield
isDelegating.rel: delete isDelegating.rel: delete
is_arguments_object.rel: reorder isArgumentsObject.rel(int id) id
isArgumentsObject.rel: delete