Searched refs:aDocs (Results 1 – 1 of 1) sorted by relevance
94 v8::Local<v8::Array> aDocs = pRuntime->NewArray(); in get_active_docs() local95 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()