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

  /external/pdfium/xfa/src/fxjse/src/
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...]
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.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);

Completed in 400 milliseconds