Searched refs:debuggerContext (Results 1 – 5 of 5) sorted by relevance
44 …static PassRefPtr<JavaScriptCallFrame> create(v8::Handle<v8::Context> debuggerContext, v8::Handle<… in create() argument46 return adoptRef(new JavaScriptCallFrame(debuggerContext, callFrame)); in create()64 JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame);
66 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in setBreakpoint() local67 v8::Context::Scope contextScope(debuggerContext); in setBreakpoint()87 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in removeBreakpoint() local88 v8::Context::Scope contextScope(debuggerContext); in removeBreakpoint()101 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in clearBreakpoints() local102 v8::Context::Scope contextScope(debuggerContext); in clearBreakpoints()112 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in setBreakpointsActivated() local113 v8::Context::Scope contextScope(debuggerContext); in setBreakpointsActivated()361 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in ensureDebuggerScriptCompiled() local362 v8::Context::Scope contextScope(debuggerContext); in ensureDebuggerScriptCompiled()
40 JavaScriptCallFrame::JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Ob… in JavaScriptCallFrame() argument41 : m_debuggerContext(debuggerContext) in JavaScriptCallFrame()
88 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in addListener() local89 v8::Context::Scope contextScope(debuggerContext); in addListener()
77 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in addListener() local78 v8::Context::Scope contextScope(debuggerContext); in addListener()