Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_interpreter/
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/
Dintl_addon.cpp215 int64_t integerValue = -1; in GetIntegerOptionValue() local
216 status = napi_get_value_int64(env, optionValue, &integerValue); in GetIntegerOptionValue()
218 map.insert(make_pair(optionName, std::to_string(integerValue))); in GetIntegerOptionValue()
1033 int64_t integerValue = std::stoi(optionValue); in SetIntegerOptionProperties() local
1034 napi_create_int64(env, integerValue, &optionJsValue); in SetIntegerOptionProperties()