Lines Matching defs:reject
870 TNode<JSFunction> reject, FrameState frame_state) {
880 executor, UndefinedConstant(), resolve, reject, no_feedback,
885 void CallPromiseReject(TNode<JSFunction> reject, TNode<Object> exception,
896 reject, UndefinedConstant(), exception, no_feedback, n.context(),
2216 jsgraph->UndefinedConstant(), /* reject function */
2229 TNode<JSFunction> reject) {
2234 promise, reject};
2285 // Allocate closures for the resolve and reject cases.
2297 TNode<JSFunction> reject =
2302 frame_state_params, constructor_frame_state, promise, reject);
2305 // 10a. Call reject if the call to executor threw.
2307 CallPromiseExecutor(executor, resolve, reject, lazy_with_catch_frame_state);
2309 CallPromiseReject(reject, exception, lazy_with_catch_frame_state);
7015 // Allocate the closure for the reject case.