Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp218 CFXJSE_Value* lpFunction = reinterpret_cast<CFXJSE_Value*>(hFunction); in FXJSE_Value_CallFunction() local
221 ASSERT(lpFunction); in FXJSE_Value_CallFunction()
222 return lpFunction->Call(lpThis, lpRetValue, nArgCount, lpArgs); in FXJSE_Value_CallFunction()