> contributions to test262

test262 is great, thanks!

> see http://wiki.ecmascript.org/doku.php?id=harmony:regexp_match_web_reality

Oh, Thanks. This is very good document.
I saw http://wiki.ecmascript.org/doku.php?id=harmony:regexp_match_web_reality
and http://wiki.ecmascript.org/doku.php?id=strawman:match_web_reality_spec .
And I've fixed for my RegExp runtime to accept examples in it.

BTW, I thought that the example in
http://wiki.ecmascript.org/doku.php?id=strawman:match_web_reality_spec
  exec(/(?=a)+/, "");
should return false. Is it right?

On Sat, Oct 22, 2011 at 5:04 AM, Allen Wirfs-Brock
<al...@wirfs-brock.com> wrote:
>
> On Oct 20, 2011, at 10:17 PM, Yusuke Suzuki wrote:
>
>
> And, I tried to implement RegExp.prototype.compile, but ES5 and ES3
> not defined its standard behavior and I thought compile method is
> changing RegExp#source / #global / #ignoreCase / #multiline which
> writable attribute are false and breaking ES5 PropertyDescriptor
> system, so I created template, but not implemented it.
> https://github.com/Constellation/iv/commit/7cbc22474ada389a3ac8ab5d3ad5df38bed8a583
>
>
>
> seeĀ http://wiki.ecmascript.org/doku.php?id=harmony:regexp_match_web_reality
>
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to