Lines Matching refs:factory
72 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
91 return *factory->NewStringFromAsciiChecked(kInvalidTag); in RUNTIME_FUNCTION()
100 return *factory->NewStringFromAsciiChecked(kInvalidTag); in RUNTIME_FUNCTION()
103 return *factory->NewStringFromAsciiChecked(result); in RUNTIME_FUNCTION()
109 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
129 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
144 locales, factory->NewStringFromAsciiChecked(result), in RUNTIME_FUNCTION()
145 factory->NewNumber(i), NONE)); in RUNTIME_FUNCTION()
154 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
166 return *factory->NewStringFromAsciiChecked(result); in RUNTIME_FUNCTION()
169 return *factory->NewStringFromStaticChars("und"); in RUNTIME_FUNCTION()
175 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
185 Handle<FixedArray> output = factory->NewFixedArray(length); in RUNTIME_FUNCTION()
186 Handle<Name> maximized = factory->NewStringFromStaticChars("maximized"); in RUNTIME_FUNCTION()
187 Handle<Name> base = factory->NewStringFromStaticChars("base"); in RUNTIME_FUNCTION()
193 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
208 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
241 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
244 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
245 Handle<String> value = factory->NewStringFromAsciiChecked(base_max_locale); in RUNTIME_FUNCTION()
247 value = factory->NewStringFromAsciiChecked(base_locale); in RUNTIME_FUNCTION()
252 Handle<JSArray> result = factory->NewJSArrayWithElements(output); in RUNTIME_FUNCTION()
268 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
285 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
301 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
304 marker = isolate->factory()->intl_impl_object_symbol(); in RUNTIME_FUNCTION()
325 Handle<Symbol> marker = isolate->factory()->intl_impl_object_symbol(); in RUNTIME_FUNCTION()
361 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
362 Handle<String> key = factory->NewStringFromStaticChars("dateFormat"); in RUNTIME_FUNCTION()
363 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
394 isolate, isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
407 return isolate->factory()->literal_string(); in IcuDateFieldIdToDateType()
411 return isolate->factory()->year_string(); in IcuDateFieldIdToDateType()
414 return isolate->factory()->month_string(); in IcuDateFieldIdToDateType()
416 return isolate->factory()->day_string(); in IcuDateFieldIdToDateType()
421 return isolate->factory()->hour_string(); in IcuDateFieldIdToDateType()
423 return isolate->factory()->minute_string(); in IcuDateFieldIdToDateType()
425 return isolate->factory()->second_string(); in IcuDateFieldIdToDateType()
429 return isolate->factory()->weekday_string(); in IcuDateFieldIdToDateType()
431 return isolate->factory()->dayperiod_string(); in IcuDateFieldIdToDateType()
439 return isolate->factory()->timeZoneName_string(); in IcuDateFieldIdToDateType()
441 return isolate->factory()->era_string(); in IcuDateFieldIdToDateType()
455 Factory* factory = isolate->factory(); in AddElement() local
456 Handle<JSObject> element = factory->NewJSObject(isolate->object_function()); in AddElement()
458 JSObject::AddProperty(element, factory->type_string(), value, NONE); in AddElement()
462 isolate, value, factory->NewStringFromTwoByte(Vector<const uint16_t>( in AddElement()
467 JSObject::AddProperty(element, factory->value_string(), value, NONE); in AddElement()
477 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
498 Handle<JSArray> result = factory->NewJSArray(0); in RUNTIME_FUNCTION()
582 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
583 Handle<String> key = factory->NewStringFromStaticChars("numberFormat"); in RUNTIME_FUNCTION()
584 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
614 isolate, isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
649 return *isolate->factory()->NewNumber(result.getDouble()); in RUNTIME_FUNCTION()
651 return *isolate->factory()->NewNumberFromInt(result.getLong()); in RUNTIME_FUNCTION()
653 return *isolate->factory()->NewNumber( in RUNTIME_FUNCTION()
685 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
686 Handle<String> key = factory->NewStringFromStaticChars("collator"); in RUNTIME_FUNCTION()
687 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
730 return *isolate->factory()->NewNumberFromInt(result); in RUNTIME_FUNCTION()
786 isolate, isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
820 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
821 Handle<String> key = factory->NewStringFromStaticChars("breakIterator"); in RUNTIME_FUNCTION()
822 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
877 return *isolate->factory()->NewNumberFromInt(break_iterator->first()); in RUNTIME_FUNCTION()
892 return *isolate->factory()->NewNumberFromInt(break_iterator->next()); in RUNTIME_FUNCTION()
907 return *isolate->factory()->NewNumberFromInt(break_iterator->current()); in RUNTIME_FUNCTION()
928 return *isolate->factory()->NewStringFromStaticChars("none"); in RUNTIME_FUNCTION()
932 return *isolate->factory()->NewStringFromStaticChars("letter"); in RUNTIME_FUNCTION()
934 return *isolate->factory()->NewStringFromStaticChars("kana"); in RUNTIME_FUNCTION()
936 return *isolate->factory()->NewStringFromStaticChars("ideo"); in RUNTIME_FUNCTION()
938 return *isolate->factory()->NewStringFromStaticChars("unknown"); in RUNTIME_FUNCTION()
958 isolate, result, isolate->factory()->NewRawTwoByteString(dest_length)); in LocaleConvertCase()
1118 isolate, result, isolate->factory()->NewRawOneByteString(length)); in RUNTIME_FUNCTION()
1166 isolate, result, isolate->factory()->NewRawOneByteString(length)); in RUNTIME_FUNCTION()
1200 isolate->factory()->NewRawOneByteString(length + sharp_s_count)); in RUNTIME_FUNCTION()
1243 isolate->factory()->NewFixedArray(1, TENURED); in RUNTIME_FUNCTION()