mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
renamed "isArgumentsObject" to "is_arguments_object"
This commit is contained in:
@@ -231,7 +231,7 @@ literals("x","x",#20078)
|
||||
decl(#20078,#20077)
|
||||
#20079=@"var;{arguments};{#20076}"
|
||||
variables(#20079,"arguments",#20076)
|
||||
isArgumentsObject(#20079)
|
||||
is_arguments_object(#20079)
|
||||
isAsync(#20073)
|
||||
#20080=*
|
||||
stmts(#20080,1,#20073,-2,"{\n try ... ;\n }\n}")
|
||||
|
||||
@@ -107,7 +107,7 @@ scopenodes(#20031,#20034)
|
||||
scopenesting(#20034,#20027)
|
||||
#20035=@"var;{arguments};{#20034}"
|
||||
variables(#20035,"arguments",#20034)
|
||||
isArgumentsObject(#20035)
|
||||
is_arguments_object(#20035)
|
||||
isAsync(#20031)
|
||||
#20036=*
|
||||
stmts(#20036,1,#20031,-2,"{}")
|
||||
|
||||
@@ -95,7 +95,7 @@ scopenodes(#20028,#20030)
|
||||
scopenesting(#20030,#20025)
|
||||
#20031=@"var;{arguments};{#20030}"
|
||||
variables(#20031,"arguments",#20030)
|
||||
isArgumentsObject(#20031)
|
||||
is_arguments_object(#20031)
|
||||
isAsync(#20028)
|
||||
#20032=*
|
||||
stmts(#20032,1,#20028,-2,"{}")
|
||||
|
||||
Reference in New Issue
Block a user