Lines Matching defs:executor
869 void CallPromiseExecutor(TNode<Object> executor, TNode<JSFunction> resolve,
880 executor, UndefinedConstant(), resolve, reject, no_feedback,
2231 // exceptions thrown by the executor.
2252 TNode<Object> executor = n.Argument(0);
2264 // For the frame state, we only provide the executor parameter, even if more
2269 ThrowIfNotCallable(executor,
2304 // 9. Call executor with both resolving functions.
2305 // 10a. Call reject if the call to executor threw.
2307 CallPromiseExecutor(executor, resolve, reject, lazy_with_catch_frame_state);
6875 // We only inline when we have the executor.