Home | History | Annotate | Download | only in API

Lines Matching refs:ReturnFromFrame

913 SBThread::ReturnFromFrame (SBFrame &frame, SBValue &return_value)
924 log->Printf ("SBThread(%p)::ReturnFromFrame (frame=%d)", exe_ctx.GetThreadPtr(), frame.GetFrameID());
929 sb_error.SetError (thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP()));