| Index: src/parser.h
|
| ===================================================================
|
| --- src/parser.h (revision 830)
|
| +++ src/parser.h (working copy)
|
| @@ -145,6 +145,9 @@
|
| v8::Extension* extension);
|
|
|
|
|
| +bool ParseRegExp(FlatStringReader* input, RegExpParseResult* result);
|
| +
|
| +
|
| // Support for doing lazy compilation. The script is the script containing full
|
| // source of the script where the function is declared. The start_position and
|
| // end_position specifies the part of the script source which has the source
|
|
|