Home | History | Annotate | Download | only in parsing

Lines Matching defs:ok

26 // handling for functions that may fail (by returning !*ok).
32 #define CHECK_OK_VALUE(x) ok); \
33 if (!*ok) return x; \
107 bool* ok = &ok_holder;
133 &formals, has_duplicate_parameters, may_abort, ok);
140 } else if (!*ok) {
158 CheckStrictOctalLiteral(function_scope->start_position(), end_pos, ok);
184 LanguageMode language_mode, bool* ok) {
246 bool may_abort, bool* ok) {
281 ZoneList<const AstRawString*>* names, bool* ok) {