Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 916f9ed102ad25bfc3310624a8c22f939371021b..891bc8e3ba6f8e842c2b90b06f5fa1af54b5b457 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -613,6 +613,11 @@ class Parser { |
| bool* is_set, |
| bool* ok); |
| + // Strict mode validation of LValue expressions |
| + void CheckStrictModeLHSName(Expression* expression, |
|
Lasse Reichstein
2011/01/26 08:03:59
I prefer LValue to LHS. We *try*, without being co
Martin Maly
2011/01/26 19:19:33
Renamed to CheckStrictModeLValue
|
| + const char* error, |
| + bool* ok); |
| + |
| // Strict mode octal literal validation. |
| void CheckOctalLiteral(int beg_pos, int end_pos, bool* ok); |