Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp216 uint32_t nArgCount, in FXJSE_Value_CallFunction() argument
222 return lpFunction->Call(lpThis, lpRetValue, nArgCount, lpArgs); in FXJSE_Value_CallFunction()
483 uint32_t nArgCount, in Call() argument
501 if (nArgCount) { in Call()
502 lpLocalArgs = FX_Alloc(v8::Local<v8::Value>, nArgCount); in Call()
503 for (uint32_t i = 0; i < nArgCount; i++) { in Call()
517 hReturnValue = hFunctionObject->CallAsConstructor(nArgCount, lpLocalArgs); in Call()
528 hFunctionObject->CallAsFunction(hReceiver, nArgCount, lpLocalArgs); in Call()
538 for (uint32_t i = 0; i < nArgCount; i++) { in Call()
Dvalue.h210 uint32_t nArgCount,
/external/pdfium/xfa/include/fxjse/
Dfxjse.h158 uint32_t nArgCount,