Searched refs:recognized_frame (Results 1 – 3 of 3) sorted by relevance
689 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local690 if (recognized_frame) { in DoExecute()692 recognized_frame->GetRecognizedArguments(); in DoExecute()
863 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local864 if (recognized_frame) { in GetVariables()866 recognized_frame->GetRecognizedArguments(); in GetVariables()
2009 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local2010 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()