OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_RuntimeList
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxjse/src/
runtime.cpp
90
m_RuntimeList
.Add(pIsolate);
95
int32_t iIdx =
m_RuntimeList
.Find(pIsolate, 0);
97
m_RuntimeList
.RemoveAt(iIdx, 1);
105
int32_t iSize =
m_RuntimeList
.GetSize();
108
lpfnDisposeCallback(
m_RuntimeList
[iIdx]);
111
m_RuntimeList
.RemoveAll();
runtime.h
42
CFX_ArrayTemplate<v8::Isolate*>
m_RuntimeList
;
Completed in 33 milliseconds