Searched refs:widthValue (Results 1 – 1 of 1) sorted by relevance
4209 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str() local4210 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()