Home | History | Annotate | Download | only in x64

Lines Matching refs:Yield

1957 void FullCodeGenerator::VisitYield(Yield* expr) {
1958 Comment cmnt(masm_, "[ Yield");
1964 case Yield::SUSPEND:
1969 case Yield::INITIAL: {
2003 case Yield::FINAL: {
2015 case Yield::DELEGATING: {
2037 // try { received = %yield result }
2038 // Shuffle the received result above a try handler and yield it without