Home | History | Annotate | Download | only in src

Lines Matching refs:DEFINE_ERROR

1205 #define DEFINE_ERROR(NAME, name)                                              \
1212 DEFINE_ERROR(Error, error)
1213 DEFINE_ERROR(EvalError, eval_error)
1214 DEFINE_ERROR(RangeError, range_error)
1215 DEFINE_ERROR(ReferenceError, reference_error)
1216 DEFINE_ERROR(SyntaxError, syntax_error)
1217 DEFINE_ERROR(TypeError, type_error)
1218 #undef DEFINE_ERROR