Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dclass.cpp156 const CFXJSE_ArgumentsImpl* lpArguments = in GetRuntime() local
159 lpArguments->m_pRetValue->GetIsolate()); in GetRuntime()
162 const CFXJSE_ArgumentsImpl* lpArguments = in GetLength() local
164 return lpArguments->m_pInfo->Length(); in GetLength()
167 const CFXJSE_ArgumentsImpl* lpArguments = in GetValue() local
171 lpArgValue->ForceSetValue((*lpArguments->m_pInfo)[index]); in GetValue()
175 const CFXJSE_ArgumentsImpl* lpArguments = in GetBoolean() local
177 return (*lpArguments->m_pInfo)[index]->BooleanValue(); in GetBoolean()
180 const CFXJSE_ArgumentsImpl* lpArguments = in GetInt32() local
182 return static_cast<int32_t>((*lpArguments->m_pInfo)[index]->NumberValue()); in GetInt32()
[all …]