Lines Matching refs:fixed_array
491 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in GetKeywordValuesFromLocale() local
493 fixed_array->set(0, *str); in GetKeywordValuesFromLocale()
494 return factory->NewJSArrayWithElements(fixed_array); in GetKeywordValuesFromLocale()
552 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in HourCycles() local
558 fixed_array->set(0, *str); in HourCycles()
559 return factory->NewJSArrayWithElements(fixed_array); in HourCycles()
592 fixed_array->set(0, *hour_cycle); in HourCycles()
593 return factory->NewJSArrayWithElements(fixed_array); in HourCycles()
613 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in NumberingSystems() local
622 fixed_array->set(0, *str); in NumberingSystems()
623 return factory->NewJSArrayWithElements(fixed_array); in NumberingSystems()