Searched refs:jsFrame (Results 1 – 1 of 1) sorted by relevance
169 JavaScriptFrame* jsFrame = static_cast<JavaScriptFrame*>(frame); in IsValidFrame() local170 if (!jsFrame->function()->IsJSFunction()) return false; in IsValidFrame()171 return jsFrame->function()->shared()->IsSubjectToDebugging(); in IsValidFrame()