Skip to content

Commit b385dfd

Browse files
authored
QL: add toUnicode as a build-in
1 parent 08dd947 commit b385dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/codeql_ql/ast/internal/Builtins.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ predicate isBuiltinMember(string sig) {
4242
"string string.toLowerCase()", "string string.toUpperCase()", "string string.trim()",
4343
"int date.daysTo(date)", "int date.getDay()", "int date.getHours()", "int date.getMinutes()",
4444
"int date.getMonth()", "int date.getSeconds()", "int date.getYear()",
45-
"string date.toString()", "string date.toISO()"
45+
"string date.toString()", "string date.toISO()", "string int.toUnicode()"
4646
]
4747
}
4848

0 commit comments

Comments
 (0)