Searched refs:topFrame (Results 1 – 6 of 6) sorted by relevance
168 Frame* topFrame = curFrame->tree().top(); in messageStorage() local169 ASSERT(topFrame->isLocalFrame()); in messageStorage()170 LocalFrame* localTopFrame = toLocalFrame(topFrame); in messageStorage()
964 var topFrame = initiator.stackTrace[0];965 if (topFrame.url) {967 url = topFrame.url;968 lineNumber = topFrame.lineNumber;969 columnNumber = topFrame.columnNumber;
237 var topFrame = undefined;240 … topFrame = DebuggerScript._frameMirrorToJSCallFrame(frameMirror, topFrame, scopeDetailsLevel);242 return topFrame;
130 var topFrame = topFrameLineMatch && topFrameLineMatch[0];131 if (topFrame) {142 var parenthesesMatch = topFrame.match(/\(.*\)\n/);147 errorLocation = topFrame;
513 …RefPtrWillBeRawPtr<JavaScriptCallFrame> topFrame = topCallFrameSkipUnknownSources(&topFrameScriptU… in shouldSkipExceptionPause() local514 if (!topFrame) in shouldSkipExceptionPause()524 int topFrameLineNumber = topFrame->line(); in shouldSkipExceptionPause()525 int topFrameColumnNumber = topFrame->column(); in shouldSkipExceptionPause()569 …RefPtrWillBeRawPtr<JavaScriptCallFrame> topFrame = topCallFrameSkipUnknownSources(&scriptUrl, &isB… in shouldSkipStepPause() local570 if (!topFrame || !isBlackboxed) in shouldSkipStepPause()579 …if (m_skippedStepInCount < maxSkipStepInCount && topFrame->isAtReturn() && scriptDebugServer().fra… in shouldSkipStepPause()602 …RefPtrWillBeRawPtr<JavaScriptCallFrame> topFrame = topCallFrameSkipUnknownSources(&scriptUrl, &isB… in isTopCallFrameInFramework() local603 return topFrame && isBlackboxed; in isTopCallFrameInFramework()
1367 Frame* topFrame = m_frame->tree().top(); in shouldInterruptLoadForXFrameOptions() local1368 if (m_frame == topFrame) in shouldInterruptLoadForXFrameOptions()1378 …if (!topFrame->isLocalFrame() || !origin->isSameSchemeHostPort(toLocalFrame(topFrame)->document()-… in shouldInterruptLoadForXFrameOptions()