Comment #4 on issue 1982 by [email protected]: RegExp.source should return a valid pattern for an empty RegExp
http://code.google.com/p/v8/issues/detail?id=1982

Here's another one: var re = new RegExp("\n"). Both JSC and V8 will return a string with a literal newline in it, which 'eval' cannot understand.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to