OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_liveRoot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp
76
if (
m_liveRoot
.isEmpty())
77
m_liveRoot
.set(m_isolate, v8::Null(m_isolate));
78
return
m_liveRoot
.getUnsafe();
V8PerIsolateData.h
164
ScopedPersistent<v8::Value>
m_liveRoot
;
Completed in 594 milliseconds