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