Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp5766 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5767 args.GetReturnValue()->Assign(simpleValue.get()); in fm_var_filter()
5781 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5782 args.GetReturnValue()->Assign(simpleValue.get()); in fm_var_filter()
5864 auto simpleValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local
5866 simpleValue.get()->SetUndefined(); in GetSimpleValue()
5867 return simpleValue; in GetSimpleValue()
5875 GetObjectDefaultValue(jsObjectValue.get(), simpleValue.get()); in GetSimpleValue()
5876 return simpleValue; in GetSimpleValue()
5880 simpleValue.get()); in GetSimpleValue()
[all …]