Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h189 unsigned FXJS_GetArrayLength(v8::Local<v8::Array> pArray);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp440 return FXJS_GetArrayLength(m_pArray); in GetLength()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp679 unsigned FXJS_GetArrayLength(v8::Local<v8::Array> pArray) { in FXJS_GetArrayLength() function