Lines Matching defs:value
481 Handle<String> value) {
484 // value: $value
492 JSObject::AddProperty(isolate, element, factory->value_string(), value, NONE);
505 Handle<String> field_type_string, Handle<String> value) {
506 // Same as $array[$index] = {type: $field_type_string, value: $value};
507 InnerAddElement(isolate, array, index, field_type_string, value);
511 Handle<String> field_type_string, Handle<String> value,
515 // type: $field_type_string, value: $value,
519 InnerAddElement(isolate, array, index, field_type_string, value);
787 // Since this value came from JSLocale, which is already went though the
1233 // These attributes must be set to the expected value for fast comparisons.
1432 if (maybe_result.has_value()) return maybe_result.value();
1827 // 2. a. Let noExtensionsLocale be the String value that is locale
1903 // whose value is the language tag of the selected locale, which must be an
1906 // then the returned record also contains an [[extension]] field whose value is
1968 Handle<String> value =
1971 MAYBE_RETURN(JSObject::AddDataElement(array, i, value, attr),
2129 [](const char* value) {
2132 icu::NumberingSystem::createInstanceByName(value, status));
2236 const std::string& value) {
2237 const char* legacy_type = uloc_toLegacyType(key, value.c_str());
2262 const std::string& value) {
2264 if (invalid_values.find(value) != invalid_values.end()) return false;
2265 return IsValidExtension<icu::Collator>(locale, "collation", value);
2268 bool Intl::IsWellFormedCalendar(const std::string& value) {
2269 return JSLocale::Is38AlphaNumList(value);
2278 const std::string& value) {
2279 return IsValidExtension<icu::Calendar>(locale, "calendar", value);
2282 bool Intl::IsValidNumberingSystem(const std::string& value) {
2284 if (invalid_values.find(value) != invalid_values.end()) return false;
2287 icu::NumberingSystem::createInstanceByName(value.c_str(), status));
2294 bool IsWellFormedNumberingSystem(const std::string& value) {
2295 return JSLocale::Is38AlphaNumList(value);
2310 char value[ULOC_FULLNAME_CAPACITY];
2324 icu_locale->getKeywordValue(keyword, value, ULOC_FULLNAME_CAPACITY, status);
2337 const char* bcp47_value = uloc_toUnicodeLocaleType(bcp47_key, value);
2386 // 2. a. Let noExtensionsLocale be the String value that is locale
2409 // String value, then
2410 // 2. c. ii. 1. Let extension be the String value consisting of