Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.cpp94 v8::Local<v8::Array> aDocs = pRuntime->NewArray(); in get_active_docs() local
95 pRuntime->PutArrayElement(aDocs, 0, pJSDocument->ToV8Object()); in get_active_docs()
96 if (pRuntime->GetArrayLength(aDocs) > 0) in get_active_docs()
97 return CJS_Result::Success(aDocs); in get_active_docs()