Lines Matching refs:Yield
2001 void FullCodeGenerator::VisitYield(Yield* expr) {
2002 Comment cmnt(masm_, "[ Yield");
2008 case Yield::SUSPEND:
2013 case Yield::INITIAL: {
2044 case Yield::FINAL: {
2056 case Yield::DELEGATING: {
2078 // try { received = %yield result }
2079 // Shuffle the received result above a try handler and yield it without