Searched refs:recognized_frame (Results 1 – 3 of 3) sorted by relevance
686 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local687 if (recognized_frame) { in DoExecute()689 recognized_frame->GetRecognizedArguments(); in DoExecute()
887 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local888 if (recognized_frame) { in GetVariables()890 recognized_frame->GetRecognizedArguments(); in GetVariables()
1989 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local1990 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()