Searched refs:m_pArray (Results 1 – 4 of 4) sorted by relevance
414 m_pArray = pArray; in Attach()422 if (m_pArray.IsEmpty()) in GetElement()425 FXJS_GetArrayElement(m_pJSRuntime->GetIsolate(), m_pArray, index); in GetElement()430 if (m_pArray.IsEmpty()) in SetElement()431 m_pArray = FXJS_NewArray(m_pJSRuntime->GetIsolate()); in SetElement()433 FXJS_PutArrayElement(m_pJSRuntime->GetIsolate(), m_pArray, index, in SetElement()438 if (m_pArray.IsEmpty()) in GetLength()440 return FXJS_GetArrayLength(m_pArray); in GetLength()444 if (m_pArray.IsEmpty()) in operator v8::Local<v8::Array>()445 m_pArray = FXJS_NewArray(m_pJSRuntime->GetIsolate()); in operator v8::Local<v8::Array>()[all …]
144 v8::Local<v8::Array> m_pArray;
556 CPDF_Array*& GetArray() { return m_pArray; } in GetArray()571 m_pArray(nullptr), in CPDF_ColorSpace()596 CPDF_Array* m_pArray; variable
900 if (pBaseObj == m_pArray) { in v_Load()982 if (pBaseCS == m_pArray) { in v_Load()1063 if (pAltCS == m_pArray) { in v_Load()1161 if (!pAltCS || pAltCS == m_pArray) { in v_Load()1271 pCS->m_pArray = pArray; in Load()