Searched defs:topFrame (Results 1 – 3 of 3) sorted by relevance
466 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent() local479 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent() local
468 …auseRequest InspectorDebuggerAgent::shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipExceptionPause()519 …useRequest InspectorDebuggerAgent::shouldSkipBreakpointPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipBreakpointPause()528 …SkipPauseRequest InspectorDebuggerAgent::shouldSkipStepPause(RefPtr<JavaScriptCallFrame>& topFrame) in shouldSkipStepPause()
1381 Frame* topFrame = m_frame->tree().top(); in shouldInterruptLoadForXFrameOptions() local