• Home
  • Raw
  • Download

Lines Matching refs:factory

45   Factory* factory = isolate->factory();  in RUNTIME_FUNCTION()  local
62 return *factory->NewStringFromAsciiChecked(kInvalidTag); in RUNTIME_FUNCTION()
71 return *factory->NewStringFromAsciiChecked(kInvalidTag); in RUNTIME_FUNCTION()
74 return *factory->NewStringFromAsciiChecked(result); in RUNTIME_FUNCTION()
80 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
100 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
115 locales, factory->NewStringFromAsciiChecked(result), in RUNTIME_FUNCTION()
116 factory->NewNumber(i), NONE)); in RUNTIME_FUNCTION()
125 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
137 return *factory->NewStringFromAsciiChecked(result); in RUNTIME_FUNCTION()
140 return *factory->NewStringFromStaticChars("und"); in RUNTIME_FUNCTION()
146 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
156 Handle<FixedArray> output = factory->NewFixedArray(length); in RUNTIME_FUNCTION()
157 Handle<Name> maximized = factory->NewStringFromStaticChars("maximized"); in RUNTIME_FUNCTION()
158 Handle<Name> base = factory->NewStringFromStaticChars("base"); in RUNTIME_FUNCTION()
164 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
179 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
212 return isolate->Throw(*factory->illegal_argument_string()); in RUNTIME_FUNCTION()
215 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
216 Handle<String> value = factory->NewStringFromAsciiChecked(base_max_locale); in RUNTIME_FUNCTION()
218 value = factory->NewStringFromAsciiChecked(base_locale); in RUNTIME_FUNCTION()
223 Handle<JSArray> result = factory->NewJSArrayWithElements(output); in RUNTIME_FUNCTION()
239 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
256 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
272 Handle<Symbol> marker = isolate->factory()->intl_initialized_marker_symbol(); in RUNTIME_FUNCTION()
275 marker = isolate->factory()->intl_impl_object_symbol(); in RUNTIME_FUNCTION()
296 Handle<Symbol> marker = isolate->factory()->intl_impl_object_symbol(); in RUNTIME_FUNCTION()
332 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
333 Handle<String> key = factory->NewStringFromStaticChars("dateFormat"); in RUNTIME_FUNCTION()
334 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
367 isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
427 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
428 Handle<String> key = factory->NewStringFromStaticChars("numberFormat"); in RUNTIME_FUNCTION()
429 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
461 isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
497 return *isolate->factory()->NewNumber(result.getDouble()); in RUNTIME_FUNCTION()
499 return *isolate->factory()->NewNumberFromInt(result.getLong()); in RUNTIME_FUNCTION()
501 return *isolate->factory()->NewNumber( in RUNTIME_FUNCTION()
533 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
534 Handle<String> key = factory->NewStringFromStaticChars("collator"); in RUNTIME_FUNCTION()
535 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
568 return *isolate->factory()->NewNumberFromInt(result); in RUNTIME_FUNCTION()
599 isolate->factory()->NewStringFromTwoByte(Vector<const uint16_t>( in RUNTIME_FUNCTION()
634 Factory* factory = isolate->factory(); in RUNTIME_FUNCTION() local
635 Handle<String> key = factory->NewStringFromStaticChars("breakIterator"); in RUNTIME_FUNCTION()
636 Handle<String> value = factory->NewStringFromStaticChars("valid"); in RUNTIME_FUNCTION()
687 return *isolate->factory()->NewNumberFromInt(break_iterator->first()); in RUNTIME_FUNCTION()
702 return *isolate->factory()->NewNumberFromInt(break_iterator->next()); in RUNTIME_FUNCTION()
717 return *isolate->factory()->NewNumberFromInt(break_iterator->current()); in RUNTIME_FUNCTION()
738 return *isolate->factory()->NewStringFromStaticChars("none"); in RUNTIME_FUNCTION()
740 return *isolate->factory()->number_string(); in RUNTIME_FUNCTION()
742 return *isolate->factory()->NewStringFromStaticChars("letter"); in RUNTIME_FUNCTION()
744 return *isolate->factory()->NewStringFromStaticChars("kana"); in RUNTIME_FUNCTION()
746 return *isolate->factory()->NewStringFromStaticChars("ideo"); in RUNTIME_FUNCTION()
748 return *isolate->factory()->NewStringFromStaticChars("unknown"); in RUNTIME_FUNCTION()