Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:escape

165         - fixed 3381297 -- escape method does not escape the null character
166 - fixed 3381299 -- escape method produces incorrect escape sequences ala WinIE, rather than correct ala Gecko
167 - fixed 3381303 -- unescape method treats escape sequences as Latin-1 ala WinIE rather than as UTF-8 ala Gecko
168 - fixed 3381304 -- unescape method garbles strings with bad escape sequences in them
173 (encode): Added. New helper function for escape, encodeURI, and encodeURIComponent.
176 implementations. Changed escape and unescape to use new helper functions, which fixes