Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp5586 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5587 args.GetReturnValue()->Assign(simpleValue.get()); in fm_var_filter()
5601 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5602 args.GetReturnValue()->Assign(simpleValue.get()); in fm_var_filter()
5684 auto simpleValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local
5686 simpleValue.get()->SetUndefined(); in GetSimpleValue()
5687 return simpleValue; in GetSimpleValue()
5695 GetObjectDefaultValue(jsObjectValue.get(), simpleValue.get()); in GetSimpleValue()
5696 return simpleValue; in GetSimpleValue()
5700 simpleValue.get()); in GetSimpleValue()
[all …]