Searched refs:lpFunction (Results 1 – 1 of 1) sorted by relevance
218 CFXJSE_Value* lpFunction = reinterpret_cast<CFXJSE_Value*>(hFunction); in FXJSE_Value_CallFunction() local221 ASSERT(lpFunction); in FXJSE_Value_CallFunction()222 return lpFunction->Call(lpThis, lpRetValue, nArgCount, lpArgs); in FXJSE_Value_CallFunction()