Searched refs:SelArray (Results 1 – 1 of 1) sorted by relevance
1012 v8::Local<v8::Array> SelArray = pRuntime->NewArray(); in get_current_value_indices() local1015 SelArray, i, pRuntime->NewNumber(pFormField->GetSelectedIndex(i))); in get_current_value_indices()1017 if (SelArray.IsEmpty()) in get_current_value_indices()1019 return CJS_Result::Success(SelArray); in get_current_value_indices()1031 v8::Local<v8::Array> SelArray = pRuntime->ToArray(vp); in set_current_value_indices() local1032 for (size_t i = 0; i < pRuntime->GetArrayLength(SelArray); i++) { in set_current_value_indices()1034 pRuntime->ToInt32(pRuntime->GetArrayElement(SelArray, i))); in set_current_value_indices()