Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp18 const FXJSE_FUNCTION_DESCRIPTOR* lpFunctionInfo = in V8FunctionCallback_Wrapper() local
21 if (!lpFunctionInfo) in V8FunctionCallback_Wrapper()
24 CFX_ByteStringC szFunctionName(lpFunctionInfo->name); in V8FunctionCallback_Wrapper()
30 lpFunctionInfo->callbackProc(lpThisValue.get(), szFunctionName, impl); in V8FunctionCallback_Wrapper()