Searched refs:if_pending (Results 1 – 1 of 1) sorted by relevance
324 Label if_pending(this), if_notpending(this), done(this); in PerformPromiseThen() local326 Branch(IsPromiseStatus(status, v8::Promise::kPending), &if_pending, in PerformPromiseThen()329 BIND(&if_pending); in PerformPromiseThen()