Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 0613a8de99c4aad758ebc825201515aa0f56ca43..916f9ed102ad25bfc3310624a8c22f939371021b 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -613,6 +613,9 @@ class Parser { |
| bool* is_set, |
| bool* ok); |
| + // Strict mode octal literal validation. |
| + void CheckOctalLiteral(int beg_pos, int end_pos, bool* ok); |
| + |
| // Parser support |
| VariableProxy* Declare(Handle<String> name, Variable::Mode mode, |
| FunctionLiteral* fun, |