Home | History | Annotate | Download | only in src

Lines Matching refs:Then

478   // If we don't do this then we end up with a stray root pointing at the
2326 // promoted it, then it is canceled to prevent it from being propagated.
2408 // promoted it, then it is canceled to prevent it from being propagated.
5105 // units is then written out in one go, and the reported byte usage is used
6062 // Assert that if CanMakeExternal(), then externalizing actually succeeds.
6086 // Assert that if CanMakeExternal(), then externalizing actually succeeds.
6665 MaybeLocal<Promise> Promise::Then(Local<Context> context,
6667 PREPARE_FOR_EXECUTION(context, Promise, Then, Promise);
6679 Local<Promise> Promise::Then(Local<Function> handler) {
6681 RETURN_TO_LOCAL_UNCHECKED(Then(context, handler), Promise);