Home
last modified time | relevance | path

Searched defs:curVal (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/
Darray-prototype-reduce.js69 function callbackfn(prevVal, curVal, idx, obj) { argument
Darray-prototype-reduce-right.js76 function callbackfn(prevVal, curVal, idx, obj) { argument
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp98 …Control::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal) in AddComboItems()