Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:escapes

1487         omits all the escapes we don't want interpreted and includes '\v'.
6289 REGRESSION: \u no longer escapes metacharacters in RegExps
6291 Serializing RegExps doesn't preserve Unicode escapes
6729 (Lexer::scanRegExp): Change code to support unicode escapes in inline
8309 Add escape function which escapes a string for pretty-printing so it can be parsed again.