Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8.cpp60 return fxv8::GetArrayLengthHelper(pArray); in GetArrayLength()
H A Dfxv8.h103 size_t GetArrayLengthHelper(v8::Local<v8::Array> pArray);
H A Dfxv8.cpp323 size_t GetArrayLengthHelper(v8::Local<v8::Array> pArray) { in GetArrayLengthHelper() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp1037 uint32_t iLength = fxv8::GetArrayLengthHelper(arr); in GetExtractedValue()
1139 uint32_t iLength = fxv8::GetArrayLengthHelper(arr); in ExtractDouble()
1202 uint32_t iLength = fxv8::GetArrayLengthHelper(arr); in UnfoldArgs()
2824 uint32_t iLength = fxv8::GetArrayLengthHelper(arr); in Choose()
4326 uint32_t iLeftLength = fxv8::GetArrayLengthHelper(arr); in assign_value_operator()
4934 uint32_t length = fxv8::GetArrayLengthHelper(arr); in concat_fm_object()
5055 uint32_t iLength = fxv8::GetArrayLengthHelper(arr); in DotAccessorCommon()
5433 uint32_t iLength = fxv8::GetArrayLengthHelper(pArray); in ApplyToArray()