HomeSort by relevance Sort by last modified time
    Searched refs:m_currentCallFrame (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp 123 JSValue result = m_currentCallFrame->evaluate(stringToUString(breakIt->second.condition), exception);
128 return result.toBoolean(m_currentCallFrame->scopeChain()->globalObject->globalExec());
179 m_pauseOnCallFrame = m_currentCallFrame.get();
188 m_pauseOnCallFrame = m_currentCallFrame ? m_currentCallFrame->caller() : 0;
202 return m_currentCallFrame.get();
208 ScriptState* state = m_currentCallFrame->scopeChain()->globalObject->globalExec();
253 if (m_currentCallFrame && m_currentCallFrame->dynamicGlobalObject() == globalObject) {
254 m_currentCallFrame = 0
    [all...]
ScriptDebugServer.h 135 RefPtr<JavaScriptCallFrame> m_currentCallFrame;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptDebugServer.h 112 RefPtr<JavaScriptCallFrame> m_currentCallFrame;
ScriptDebugServer.cpp 183 m_currentCallFrame.clear();
240 if (m_currentCallFrame)
241 m_currentCallFrame.clear();
247 if (!m_currentCallFrame) {
251 m_currentCallFrame = JavaScriptCallFrame::create(v8::Debug::GetDebugContext(), v8::Handle<v8::Object>::Cast(currentCallFrameV8));
253 return m_currentCallFrame;

Completed in 95 milliseconds