Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp301 CFXJSE_Value* lpArg = lpArgs[i]; in Call() local
302 if (lpArg) { in Call()
304 v8::Local<v8::Value>::New(m_pIsolate, lpArg->DirectGetValue()); in Call()