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

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

Completed in 74 milliseconds