Searched refs:integerValue (Results 1 – 2 of 2) sorted by relevance
471 IntegerValue* integerValue = (IntegerValue*)(rightValue.get()); in Computer() local472 if (integerValue == nullptr) { in Computer()477 return make_shared<StringValue>(str + to_string(integerValue->GetValue())); in Computer()
215 int64_t integerValue = -1; in GetIntegerOptionValue() local216 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() local1034 napi_create_int64(env, integerValue, &optionJsValue); in SetIntegerOptionProperties()