Home
last modified time | relevance | path

Searched refs:integerValue (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp471 IntegerValue* integerValue = (IntegerValue*)(rightValue.get()); in Computer() local
472 if (integerValue == nullptr) { in Computer()
477 return make_shared<StringValue>(str + to_string(integerValue->GetValue())); in Computer()
/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp204 int64_t integerValue = -1; in GetIntegerOptionValue() local
209 return integerValue; in GetIntegerOptionValue()
216 status = napi_get_value_int64(env, optionValue, &integerValue); in GetIntegerOptionValue()
218 map.insert(make_pair(optionName, std::to_string(integerValue))); in GetIntegerOptionValue()
222 return integerValue; in GetIntegerOptionValue()
1013 int64_t integerValue = ConvertString2Int(optionValue, status); in SetIntegerOptionProperties() local
1015 napi_create_int64(env, integerValue, &optionJsValue); in SetIntegerOptionProperties()

Completed in 4 milliseconds