Transform RegExp.exec to RegExp.test in native call IC, bug 645889. r=dmandelin

This commit is contained in:
Brian Hackett
2011-03-30 17:43:36 -07:00
parent 1ee6ea2b57
commit 48e06d932a
4 changed files with 62 additions and 36 deletions

View File

@@ -516,6 +516,9 @@ SprintString(Sprinter *sp, JSString *str);
extern ptrdiff_t
Sprint(Sprinter *sp, const char *format, ...);
extern bool
CallResultEscapes(jsbytecode *pc);
}
#endif