Searched refs:argsStartIndex (Results 1 – 1 of 1) sorted by relevance
376 JSRef<JSVal> argsStartIndex = info[0]; in SetTextSelection() local378 if (!argsStartIndex->IsNumber() || !argsEndIndex->IsNumber()) { in SetTextSelection()381 auto startIndex = argsStartIndex->ToNumber<int32_t>(); in SetTextSelection()