Lines Matching defs:CatchException
143 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
168 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
184 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
190 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
206 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, CatchException(thread, reject));
220 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, CatchException(thread, reject));
226 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
236 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
245 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, CatchException(thread, reject));
254 JSTaggedValue BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject)
256 BUILTINS_API_TRACE(thread, PromiseJob, CatchException);