Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_context.cpp228 CFXJSE_Value* lpRetValue, in ExecuteScript() argument
239 if (lpRetValue) in ExecuteScript()
240 lpRetValue->m_hValue.Reset(m_pIsolate, hValue); in ExecuteScript()
244 if (lpRetValue) { in ExecuteScript()
245 lpRetValue->m_hValue.Reset(m_pIsolate, in ExecuteScript()
264 if (lpRetValue) in ExecuteScript()
265 lpRetValue->m_hValue.Reset(m_pIsolate, hValue); in ExecuteScript()
269 if (lpRetValue) { in ExecuteScript()
270 lpRetValue->m_hValue.Reset(m_pIsolate, in ExecuteScript()
Dcfxjse_class.cpp32 auto lpRetValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); in V8FunctionCallback_Wrapper() local
33 CFXJSE_Arguments impl(&info, lpRetValue.get()); in V8FunctionCallback_Wrapper()
35 if (!lpRetValue->DirectGetValue().IsEmpty()) in V8FunctionCallback_Wrapper()
36 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8FunctionCallback_Wrapper()
Dcfxjse_context.h37 CFXJSE_Value* lpRetValue,