Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_arguments.cpp25 auto pArgValue = pdfium::MakeUnique<CFXJSE_Value>(v8::Isolate::GetCurrent()); in GetValue() local
26 pArgValue->ForceSetValue((*m_pInfo)[index]); in GetValue()
27 return pArgValue; in GetValue()