OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_debuggerContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp
42
,
m_debuggerContext
(m_isolate, debuggerContext)
55
v8::Handle<v8::Context> debuggerContext =
m_debuggerContext
.newLocal(m_isolate);
68
v8::Context::Scope contextScope(
m_debuggerContext
.newLocal(m_isolate));
80
v8::Context::Scope contextScope(
m_debuggerContext
.newLocal(m_isolate));
142
v8::Context::Scope contextScope(
m_debuggerContext
.newLocal(m_isolate));
158
v8::Handle<v8::Value> argv[] = { v8String(
m_debuggerContext
.newLocal(m_isolate)->GetIsolate(), expression) };
JavaScriptCallFrame.h
85
ScopedPersistent<v8::Context>
m_debuggerContext
;
Completed in 552 milliseconds