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
a...@rauschma.de

home: rauschma.de
twitter: twitter.com/rauschma
blog: 2ality.com

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to