Home
last modified time | relevance | path

Searched refs:m_executionState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.cpp208 m_executionState.clear(); in continueProgram()
215 v8::Handle<v8::Value> argv[] = { m_executionState.newLocal(m_isolate) }; in stepIntoStatement()
233 m_executionState.newLocal(m_isolate), in stepCommandWithFrame()
340 …RefPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(m_executionState.newLocal(m_isolate)… in currentCallFrames()
393 m_executionState.set(m_isolate, executionState); in handleProgramBreak()
560 return !m_executionState.isEmpty(); in isPaused()
DScriptDebugServer.h128 ScopedPersistent<v8::Object> m_executionState; variable