mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Ruby: remove isString from TSymbol
This commit is contained in:
@@ -423,7 +423,7 @@ private module Cached {
|
||||
or
|
||||
s = any(StringComponentImpl c).getValue()
|
||||
} or
|
||||
TSymbol(string s) { isString(_, s) or isSymbolExpr(_, s) } or
|
||||
TSymbol(string s) { isSymbolExpr(_, s) } or
|
||||
TRegExp(string s, string flags) {
|
||||
isRegExp(_, s, flags)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user