Home | History | Annotate | Download | only in src

Lines Matching refs:DEFINE_ERROR

8014 #define DEFINE_ERROR(NAME, name)                                         \
8030 DEFINE_ERROR(RangeError, range_error)
8031 DEFINE_ERROR(ReferenceError, reference_error)
8032 DEFINE_ERROR(SyntaxError, syntax_error)
8033 DEFINE_ERROR(TypeError, type_error)
8034 DEFINE_ERROR(Error, error)
8036 #undef DEFINE_ERROR