Home
last modified time | relevance | path

Searched refs:debuggerContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DJavaScriptCallFrame.h44 …static PassRefPtr<JavaScriptCallFrame> create(v8::Handle<v8::Context> debuggerContext, v8::Handle<… in create() argument
46 return adoptRef(new JavaScriptCallFrame(debuggerContext, callFrame)); in create()
64 JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame);
DScriptDebugServer.cpp66 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in setBreakpoint() local
67 v8::Context::Scope contextScope(debuggerContext); in setBreakpoint()
87 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in removeBreakpoint() local
88 v8::Context::Scope contextScope(debuggerContext); in removeBreakpoint()
101 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in clearBreakpoints() local
102 v8::Context::Scope contextScope(debuggerContext); in clearBreakpoints()
112 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in setBreakpointsActivated() local
113 v8::Context::Scope contextScope(debuggerContext); in setBreakpointsActivated()
361 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in ensureDebuggerScriptCompiled() local
362 v8::Context::Scope contextScope(debuggerContext); in ensureDebuggerScriptCompiled()
DJavaScriptCallFrame.cpp40 JavaScriptCallFrame::JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Ob… in JavaScriptCallFrame() argument
41 : m_debuggerContext(debuggerContext) in JavaScriptCallFrame()
DPageScriptDebugServer.cpp88 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in addListener() local
89 v8::Context::Scope contextScope(debuggerContext); in addListener()
DWorkerScriptDebugServer.cpp77 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext(); in addListener() local
78 v8::Context::Scope contextScope(debuggerContext); in addListener()