Home
last modified time | relevance | path

Searched refs:subErrorClassSpec_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.cpp108 ErrorObject::subErrorClassSpec_ = { member in ErrorObject
134 IMPLEMENT_ERROR_CLASS(InternalError, &ErrorObject::subErrorClassSpec_),
135 IMPLEMENT_ERROR_CLASS(EvalError, &ErrorObject::subErrorClassSpec_),
136 IMPLEMENT_ERROR_CLASS(RangeError, &ErrorObject::subErrorClassSpec_),
137 IMPLEMENT_ERROR_CLASS(ReferenceError, &ErrorObject::subErrorClassSpec_),
138 IMPLEMENT_ERROR_CLASS(SyntaxError, &ErrorObject::subErrorClassSpec_),
139 IMPLEMENT_ERROR_CLASS(TypeError, &ErrorObject::subErrorClassSpec_),
140 IMPLEMENT_ERROR_CLASS(URIError, &ErrorObject::subErrorClassSpec_),
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DErrorObject.h42 static const ClassSpec subErrorClassSpec_; variable