Searched refs:m_debuggerScript (Results 1 – 4 of 4) sorted by relevance
71 v8::Handle<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate); in callDebuggerMethod()102 …v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.ne… in setBreakpoint()120 …:Function> removeBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_is… in removeBreakpoint()131 …v8::Handle<v8::Function> clearBreakpoints = v8::Local<v8::Function>::Cast(m_debuggerScript.newLoca… in clearBreakpoints()144 …::Function> setBreakpointsActivated = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_is… in setBreakpointsActivated()351 …:Function> currentCallFrameFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_is… in wrapCallFrames()397 …:Function> currentCallFrameFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_is… in callFrameNoScopes()587 if (!m_debuggerScript.isEmpty()) in ensureDebuggerScriptCompiled()597 m_debuggerScript.set(m_isolate, v8::Handle<v8::Object>::Cast(value)); in ensureDebuggerScriptCompiled()602 ASSERT(!m_debuggerScript.isEmpty()); in discardDebuggerScript()[all …]
65 v8::Local<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate); in addListener()
138 ScopedPersistent<v8::Object> m_debuggerScript; variable
125 v8::Local<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate); in addListener()