Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.cpp98 v8::Local<v8::Array> aDocs = pRuntime->NewArray(); in get_active_docs() local
100 aDocs, 0, in get_active_docs()
103 if (pRuntime->GetArrayLength(aDocs) > 0) in get_active_docs()
104 return CJS_Return(aDocs); in get_active_docs()