Lines Matching refs:factory
75 auto percent = isolate->factory()->LookupSingleCharacterStringFromCode('%');
88 current = isolate->factory()->nan_value();
91 isolate->factory()->NewNumberFromInt(10)};
95 isolate->factory()->undefined_value(),
104 isolate->factory()->undefined_value(),
153 isolate, args.target(), isolate->factory()->console_context_id_symbol());
158 isolate->factory()->console_context_name_symbol());
161 : isolate->factory()->anonymous_string();
230 Factory* const factory = isolate->factory();
236 Name::ToFunctionName(isolate, factory->InternalizeUtf8String(name))
239 factory->NewSharedFunctionInfoForBuiltin(name_string, builtin);
249 JSObject::AddProperty(isolate, fun, factory->console_context_id_symbol(),
252 JSObject::AddProperty(isolate, fun, factory->console_context_name_symbol(),
263 Factory* const factory = isolate->factory();
264 Handle<String> name = factory->InternalizeUtf8String("Context");
266 factory->NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal);
273 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function());
276 Handle<JSObject> context = factory->NewJSObject(cons, AllocationType::kOld);