mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: review fixups in documentation
This commit is contained in:
@@ -185,9 +185,7 @@ predicate isInitialParameterUse(Expr e) {
|
||||
/**
|
||||
* Holds if `e` is an expression that should not be considered in a heterogeneous comparison.
|
||||
*
|
||||
* We currently whitelist these kinds of expressions:
|
||||
*
|
||||
* - parameters, as passed in from the caller
|
||||
* We currently whitelist expressions that rely on inter-procedural parameter information.
|
||||
*/
|
||||
predicate whitelist(Expr e) {
|
||||
isInitialParameterUse(e)
|
||||
|
||||
Reference in New Issue
Block a user