Lines Matching defs:factory
16 #include "src/heap/factory.h"
68 isolate->factory()->NewStringFromAsciiChecked(r.locale.c_str());
110 isolate->factory()->NewFastOrSlowJSObjectFromMap(map));
129 Factory* factory = isolate->factory();
131 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
145 JSObject::AddProperty(isolate, result, factory->locale_string(), locale,
147 JSObject::AddProperty(isolate, result, factory->granularity_string(),
159 Factory* factory = isolate->factory();
162 return factory->grapheme_string();
164 return factory->word_string();
166 return factory->sentence_string();