Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp505 CFXJSE_Value* lpArg = (CFXJSE_Value*)lpArgs[i]; in Call() local
506 if (lpArg) { in Call()
508 v8::Local<v8::Value>::New(m_pIsolate, lpArg->DirectGetValue()); in Call()