Lines Matching defs:value
54 // TODO(gsathya): Consider internalizing the value strings.
56 Handle<String> key, const char* value) {
57 DCHECK_NOT_NULL(value);
59 isolate->factory()->NewStringFromAsciiChecked(value);
70 Handle<String> key, bool value) {
71 Handle<Object> value_obj = isolate->factory()->ToBoolean(value);
164 // Search is disallowed as a collation value per spec. Let's
175 // The spec forbids the search as a collation value in the
395 // value for collation as per:
398 // But the only way to pass the value "search" for collation from
418 // We don't store the collation value as per the above two steps
419 // here. The collation value can be looked up from icu::Collator on
444 // If the numeric value is passed in through the options object,
445 // then we use it. Otherwise, we check if the numeric value is
460 // If the caseFirst value is passed in through the options object,
461 // then we use it. Otherwise, we check if the caseFirst value is