ECMA-262 Edition 5.1: DecimalEscape
Axel Rauschmayer
axel at rauschma.de
Sun Feb 3 18:16:13 PST 2013
First an EscapeValue is defined like this [1]: “An EscapeValue is either a character or an integer. An EscapeValue is used to denote the interpretation of a DecimalEscape escape sequence: a character ch means that the escape sequence is interpreted as the character ch, while an integer n means that the escape sequence is interpreted as a backreference [...]”
However, if I understand [2] correctly, then the only character that is ever returned is <NUL>. Is that correct?
[1] http://www.ecma-international.org/ecma-262/5.1/#sec-15.10.2.1
[2] http://www.ecma-international.org/ecma-262/5.1/#sec-15.10.2.11
Thanks!
Axel
--
Dr. Axel Rauschmayer
axel at rauschma.de
home: rauschma.de
twitter: twitter.com/rauschma
blog: 2ality.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130204/3aa35cc2/attachment-0001.html>
More information about the es-discuss
mailing list