HomeSort by relevance Sort by last modified time
    Searched refs:lpRetValue (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fxjse/src/
context.cpp 192 CFXJSE_Value* lpRetValue,
203 if (lpRetValue) {
204 lpRetValue->m_hValue.Reset(m_pIsolate, hValue);
209 if (lpRetValue) {
210 lpRetValue->m_hValue.Reset(m_pIsolate,
229 if (lpRetValue) {
230 lpRetValue->m_hValue.Reset(m_pIsolate, hValue);
235 if (lpRetValue) {
236 lpRetValue->m_hValue.Reset(m_pIsolate,
class.cpp 66 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate());
67 CFXJSE_ArgumentsImpl impl = {&info, lpRetValue};
71 if (!lpRetValue->DirectGetValue().IsEmpty()) {
72 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
74 delete lpRetValue;
75 lpRetValue = NULL;
89 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate());
90 CFXJSE_ArgumentsImpl impl = {&info, lpRetValue};
94 if (!lpRetValue->DirectGetValue().IsEmpty()) {
95 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
    [all...]
context.h 23 CFXJSE_Value* lpRetValue,
value.cpp 220 CFXJSE_Value* lpRetValue = reinterpret_cast<CFXJSE_Value*>(hRetValue);
222 return lpFunction->Call(lpThis, lpRetValue, nArgCount, lpArgs);
482 CFXJSE_Value* lpRetValue,
494 if (lpRetValue) {
495 lpRetValue->ForceSetValue(FXJSE_CreateReturnValue(m_pIsolate, trycatch));
534 if (lpRetValue) {
535 lpRetValue->ForceSetValue(hReturnValue);
dynprop.cpp 23 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate());
24 CFXJSE_ArgumentsImpl impl = {&info, lpRetValue};
28 if (!lpRetValue->DirectGetValue().IsEmpty()) {
29 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
31 delete lpRetValue;
32 lpRetValue = nullptr;
value.h 209 CFXJSE_Value* lpRetValue,

Completed in 6796 milliseconds