Lines Matching refs:localValue
1148 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num() local
1149 if (ValueIsNull(pThis, localValue.get())) { in Date2Num()
1153 localString = ValueToUTF8String(localValue.get()); in Date2Num()
1382 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Date() local
1383 if (ValueIsNull(pThis, localValue.get())) { in Num2Date()
1387 localString = ValueToUTF8String(localValue.get()); in Num2Date()
1523 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2GMTime() local
1524 if (localValue->IsNull()) { in Num2GMTime()
1528 localString = ValueToUTF8String(localValue.get()); in Num2GMTime()
1570 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Time() local
1571 if (localValue->IsNull()) { in Num2Time()
1575 localString = ValueToUTF8String(localValue.get()); in Num2Time()
1631 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Time2Num() local
1632 if (ValueIsNull(pThis, localValue.get())) { in Time2Num()
1636 localString = ValueToUTF8String(localValue.get()); in Time2Num()