Lines Matching refs:factory

105   Factory* factory = isolate->factory();
109 factory->NewFixedArray(length + 2, AllocationType::kOld);
113 factory
175 Factory* factory() const { return isolate_->factory(); }
388 Factory* factory = isolate->factory();
393 factory->NewSharedFunctionInfoForBuiltin(name, builtin);
405 Factory* factory = isolate->factory();
414 factory->NewSharedFunctionInfoForBuiltin(name, builtin);
434 factory->NewMap(type, instance_size, elements_kind, inobject_properties);
445 prototype = factory->NewFunctionPrototype(result);
454 Factory* factory = isolate->factory();
460 factory->NewSharedFunctionInfoForBuiltin(name, builtin);
491 isolate->factory()->InternalizeUtf8String(name), type,
511 isolate->factory()->InternalizeUtf8String(name), type,
566 isolate->factory()->InternalizeUtf8String(name);
579 isolate->factory()->InternalizeUtf8String(name);
591 isolate->factory()->InternalizeUtf8String(symbol_string);
604 Name::ToFunctionName(isolate, name, isolate->factory()->get_string())
610 Name::ToFunctionName(isolate, name, isolate->factory()->set_string())
622 isolate->factory()->InternalizeUtf8String(name),
632 Name::ToFunctionName(isolate, name, isolate->factory()->get_string())
637 Handle<Object> setter = isolate->factory()->undefined_value();
655 isolate, holder, isolate->factory()->InternalizeUtf8String(name), value,
663 isolate->factory()->InternalizeUtf8String(name),
664 isolate->factory()->true_value(), NONE);
669 Factory* factory = isolate->factory();
672 SimpleInstallGetter(isolate, constructor, factory->symbol_species_string(),
673 factory->species_symbol(), Builtin::kReturnReceiver,
680 isolate->factory()->to_string_tag_symbol(), value,
687 isolate->factory()->InternalizeUtf8String(value));
694 Handle<Map> empty_function_map = factory()->CreateSloppyFunctionMap(
702 CreateFunctionForBuiltin(isolate(), factory()->empty_string(),
707 Handle<String> source = factory()->NewStringFromStaticChars("() {}");
708 Handle<Script> script = factory()->NewScript(source);
710 Handle<WeakFixedArray> infos = factory()->NewWeakFixedArray(2);
721 Factory* factory = isolate_->factory();
727 map = factory->CreateSloppyFunctionMap(FUNCTION_WITHOUT_PROTOTYPE, empty);
734 factory->CreateSloppyFunctionMap(FUNCTION_WITH_READONLY_PROTOTYPE, empty);
740 map = factory->CreateSloppyFunctionMap(FUNCTION_WITH_WRITEABLE_PROTOTYPE,
744 map = factory->CreateSloppyFunctionMap(
753 Handle<String> name = factory()->empty_string();
763 function, factory()->name_string(), factory()->empty_string(),
770 function, factory()->length_string(), value,
785 Factory* factory = isolate_->factory();
791 map = factory->CreateStrictFunctionMap(FUNCTION_WITHOUT_PROTOTYPE, empty);
794 map = factory->CreateStrictFunctionMap(METHOD_WITH_NAME, empty);
800 map = factory->CreateStrictFunctionMap(FUNCTION_WITH_WRITEABLE_PROTOTYPE,
804 map = factory->CreateStrictFunctionMap(
812 factory->CreateStrictFunctionMap(FUNCTION_WITH_READONLY_PROTOTYPE, empty);
818 map = factory->CreateClassFunctionMap(empty);
827 Factory* factory = isolate_->factory();
834 isolate_, factory->Object_string(), JS_OBJECT_TYPE, instance_size,
835 inobject_properties, factory->null_value(), Builtin::kObjectConstructor);
848 factory->NewFunctionPrototype(object_fun);
874 Map::SetPrototype(isolate(), map, factory->null_value());
911 Handle<JSObject> iterator_prototype = factory()->NewJSObject(
915 factory()->iterator_symbol(), "[Symbol.iterator]",
922 Handle<JSObject> generator_object_prototype = factory()->NewJSObject(
928 Handle<JSObject> generator_function_prototype = factory()->NewJSObject(
935 factory()->prototype_string(),
940 factory()->constructor_string(),
954 SimpleCreateFunction(isolate(), factory()->next_string(),
963 SimpleCreateFunction(isolate(), factory()->next_string(),
970 SimpleCreateFunction(isolate(), factory()->empty_string(),
977 SimpleCreateFunction(isolate(), factory()->empty_string(),
1012 Handle<JSObject> async_iterator_prototype = factory()->NewJSObject(
1016 isolate(), async_iterator_prototype, factory()->async_iterator_symbol(),
1023 Handle<JSObject> async_from_sync_iterator_prototype = factory()->NewJSObject(
1040 Handle<Map> async_from_sync_iterator_map = factory()->NewMap(
1048 Handle<JSObject> async_generator_object_prototype = factory()->NewJSObject(
1050 Handle<JSObject> async_generator_function_prototype = factory()->NewJSObject(
1062 factory()->prototype_string(),
1066 factory()->constructor_string(),
1114 Handle<JSObject> async_function_prototype = factory()->NewJSObject(
1136 Handle<Map> proxy_map = factory()->NewMap(JS_PROXY_TYPE, JSProxy::kSize,
1155 factory()->NewMap(JS_OBJECT_TYPE, JSProxyRevocableResult::kSize,
1160 Descriptor d = Descriptor::DataField(isolate(), factory()->proxy_string(),
1167 isolate(), factory()->revoke_string(),
1224 Handle<AccessorPair> accessors = factory()->NewAccessorPair();
1229 ReplaceAccessors(isolate(), map, factory()->arguments_string(), rw_attribs,
1231 ReplaceAccessors(isolate(), map, factory()->caller_string(), rw_attribs,
1259 native_context_ = factory()->NewNativeContext();
1277 factory()->NewScriptContext(native_context(), scope_info);
1324 Handle<String> name = factory()->empty_string();
1326 factory()->NewFunctionPrototype(isolate()->object_function());
1331 LookupIterator it(isolate(), prototype, factory()->constructor_string(),
1343 factory()->the_hole_value(), JS_GLOBAL_OBJECT_TYPE);
1351 factory()->NewJSGlobalObject(js_global_object_function);
1356 Handle<String> name = factory()->empty_string();
1358 isolate(), name, Builtin::kIllegal, factory()->the_hole_value(),
1368 factory()->the_hole_value(), JS_GLOBAL_PROXY_TYPE);
1376 factory()->ReinitializeJSGlobalProxy(global_proxy, global_proxy_function);
1400 factory()->ReinitializeJSGlobalProxy(global_proxy, global_proxy_function);
1428 isolate->factory()->native_context_index_symbol(),
1439 Factory* factory = isolate->factory();
1451 in_object_properties, factory->the_hole_value(), error_constructor);
1467 JSObject::AddProperty(isolate, prototype, factory->name_string(), name,
1469 JSObject::AddProperty(isolate, prototype, factory->message_string(),
1470 factory->empty_string(), DONT_ENUM);
1494 Handle<AccessorInfo> info = factory->error_stack_accessor();
1513 Factory* factory = isolate_->factory();
1517 factory->NewMap(FUNCTION_CONTEXT_TYPE, kVariableSizeSentinel);
1521 map = factory->NewMap(CATCH_CONTEXT_TYPE, kVariableSizeSentinel);
1525 map = factory->NewMap(WITH_CONTEXT_TYPE, kVariableSizeSentinel);
1529 map = factory->NewMap(DEBUG_EVALUATE_CONTEXT_TYPE, kVariableSizeSentinel);
1533 map = factory->NewMap(BLOCK_CONTEXT_TYPE, kVariableSizeSentinel);
1537 map = factory->NewMap(MODULE_CONTEXT_TYPE, kVariableSizeSentinel);
1541 map = factory->NewMap(AWAIT_CONTEXT_TYPE, kVariableSizeSentinel);
1545 map = factory->NewMap(SCRIPT_CONTEXT_TYPE, kVariableSizeSentinel);
1549 map = factory->NewMap(EVAL_CONTEXT_TYPE, kVariableSizeSentinel);
1554 factory->NewScriptContextTable();
1560 Handle<String> object_name = factory->Object_string();
1648 isolate_, isolate_->initial_object_prototype(), factory->proto_string(),
1674 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
1691 isolate_, prototype, factory->has_instance_symbol(),
1736 factory->length_string(), factory->array_length_accessor(), attribs);
1753 Handle<JSArray> proto = factory->NewJSArray(0, TERMINAL_FAST_ELEMENTS_KIND,
1771 JSObject::AddProperty(isolate_, proto, factory->constructor_string(),
1820 JSObject::AddProperty(isolate_, proto, factory->iterator_symbol(), values,
1849 Handle<JSObject> unscopables = factory->NewJSObjectWithNullProto();
1862 isolate_, proto, factory->unscopables_symbol(), unscopables,
1874 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
1883 factory->ArrayIterator_string());
1889 CreateFunction(isolate_, factory->ArrayIterator_string(),
1912 factory->NewJSObject(number_fun, AllocationType::kOld));
1917 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
1966 factory->NewNumber(kMaxValue));
1968 factory->NewNumber(kMinValue));
1969 InstallConstant(isolate_, number_fun, "NaN", factory->nan_value());
1971 factory->NewNumber(-V8_INFINITY));
1973 factory->infinity_value());
1975 factory->NewNumber(kMaxSafeInteger));
1977 factory->NewNumber(kMinSafeInteger));
1978 InstallConstant(isolate_, number_fun, "EPSILON", factory->NewNumber(kEPS));
1980 InstallConstant(isolate_, global, "Infinity", factory->infinity_value());
1981 InstallConstant(isolate_, global, "NaN", factory->nan_value());
1982 InstallConstant(isolate_, global, "undefined", factory->undefined_value());
1997 factory->NewJSObject(boolean_fun, AllocationType::kOld));
2002 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
2032 factory->length_string(), factory->string_length_accessor(), attribs);
2050 factory->NewJSObject(string_fun, AllocationType::kOld));
2056 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
2180 isolate_, prototype, factory->iterator_symbol(), "[Symbol.iterator]",
2189 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
2203 isolate_, factory->InternalizeUtf8String("StringIterator"),
2217 factory->the_hole_value(), Builtin::kSymbolConstructor);
2230 factory->async_iterator_symbol());
2232 factory->has_instance_symbol());
2234 factory->is_concat_spreadable_symbol());
2236 factory->iterator_symbol());
2237 InstallConstant(isolate_, symbol_fun, "match", factory->match_symbol());
2239 factory->match_all_symbol());
2240 InstallConstant(isolate_, symbol_fun, "replace", factory->replace_symbol());
2241 InstallConstant(isolate_, symbol_fun, "search", factory->search_symbol());
2242 InstallConstant(isolate_, symbol_fun, "species", factory->species_symbol());
2243 InstallConstant(isolate_, symbol_fun, "split", factory->split_symbol());
2245 factory->to_primitive_symbol());
2247 factory->to_string_tag_symbol());
2249 factory->unscopables_symbol());
2265 factory->InternalizeUtf8String("description"),
2270 isolate_, prototype, factory->to_primitive_symbol(),
2278 factory->the_hole_value(), Builtin::kDateConstructor);
2404 isolate_, prototype, factory->to_primitive_symbol(),
2412 JSPromise::kSizeWithEmbedderFields, 0, factory->the_hole_value(),
2453 InstallToStringTag(isolate_, prototype, factory->Promise_string());
2481 JSRegExp::kInObjectFieldCount, factory->the_hole_value(),
2504 SimpleInstallGetter(isolate_, prototype, factory->dotAll_string(),
2506 SimpleInstallGetter(isolate_, prototype, factory->flags_string(),
2508 SimpleInstallGetter(isolate_, prototype, factory->global_string(),
2510 SimpleInstallGetter(isolate(), prototype, factory->hasIndices_string(),
2512 SimpleInstallGetter(isolate_, prototype, factory->ignoreCase_string(),
2514 SimpleInstallGetter(isolate_, prototype, factory->multiline_string(),
2516 SimpleInstallGetter(isolate_, prototype, factory->source_string(),
2518 SimpleInstallGetter(isolate_, prototype, factory->sticky_string(),
2520 SimpleInstallGetter(isolate_, prototype, factory->unicode_string(),
2532 isolate_, prototype, factory->match_symbol(), "[Symbol.match]",
2541 isolate_, prototype, factory->match_all_symbol(),
2550 isolate_, prototype, factory->replace_symbol(), "[Symbol.replace]",
2559 isolate_, prototype, factory->search_symbol(), "[Symbol.search]",
2568 isolate_, prototype, factory->split_symbol(), "[Symbol.split]",
2593 SimpleInstallGetterSetter(isolate_, regexp_fun, factory->input_string(),
2656 Descriptor d = Descriptor::DataField(isolate(), factory->lastIndex_string(),
2662 Handle<RegExpMatchInfo> last_match_info = factory->NewRegExpMatchInfo();
2666 Handle<PropertyCell> cell = factory->NewProtector();
2676 Handle<JSObject> regexp_string_iterator_prototype = factory->NewJSObject(
2697 InstallError(isolate_, global, factory->Error_string(),
2701 InstallError(isolate_, global, factory->AggregateError_string(),
2706 InstallError(isolate_, global, factory->EvalError_string(),
2710 InstallError(isolate_, global, factory->RangeError_string(),
2714 InstallError(isolate_, global, factory->ReferenceError_string(),
2718 InstallError(isolate_, global, factory->SyntaxError_string(),
2722 InstallError(isolate_, global, factory->TypeError_string(),
2726 InstallError(isolate_, global, factory->URIError_string(),
2730 Handle<JSObject> dummy = factory->NewJSObject(isolate_->object_function());
2731 InstallError(isolate_, dummy, factory->CompileError_string(),
2735 InstallError(isolate_, dummy, factory->LinkError_string(),
2739 InstallError(isolate_, dummy, factory->RuntimeError_string(),
2743 InstallError(isolate_, dummy, factory->WebAssemblyException_string(),
2750 Handle<EmbedderDataArray> embedder_data = factory->NewEmbedderDataArray(0);
2756 JSObject::AddProperty(isolate_, global, factory->globalThis_string(),
2762 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
2773 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
2828 InstallConstant(isolate_, math, "E", factory->NewNumber(kE));
2830 factory->NewNumber(base::ieee754::log(10.0)));
2832 factory->NewNumber(base::ieee754::log(2.0)));
2834 factory->NewNumber(base::ieee754::log10(kE)));
2836 factory->NewNumber(base::ieee754::log2(kE)));
2837 InstallConstant(isolate_, math, "PI", factory->NewNumber(kPI));
2839 factory->NewNumber(std::sqrt(0.5)));
2841 factory->NewNumber(std::sqrt(2.0)));
2848 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
2865 JSDateTimeFormat::kHeaderSize, 0, factory->the_hole_value(),
2890 SimpleInstallGetter(isolate_, prototype, factory->format_string(),
2904 JSNumberFormat::kHeaderSize, 0, factory->the_hole_value(),
2928 SimpleInstallGetter(isolate_, prototype, factory->format_string(),
2935 0, factory->the_hole_value(), Builtin::kCollatorConstructor);
2953 SimpleInstallGetter(isolate_, prototype, factory->compare_string(),
2960 JSV8BreakIterator::kHeaderSize, 0, factory->the_hole_value(),
2971 InstallToStringTag(isolate_, prototype, factory->Object_string());
2977 SimpleInstallGetter(isolate_, prototype, factory->adoptText_string(),
2980 SimpleInstallGetter(isolate_, prototype, factory->first_string(),
2983 SimpleInstallGetter(isolate_, prototype, factory->next_string(),
2986 SimpleInstallGetter(isolate_, prototype, factory->current_string(),
2989 SimpleInstallGetter(isolate_, prototype, factory->breakType_string(),
2996 JSPluralRules::kHeaderSize, 0, factory->the_hole_value(),
3023 JSRelativeTimeFormat::kHeaderSize, 0, factory->the_hole_value(),
3056 JSListFormat::kHeaderSize, 0, factory->the_hole_value(),
3085 factory->the_hole_value(), Builtin::kLocaleConstructor);
3104 SimpleInstallGetter(isolate(), prototype, factory->language_string(),
3106 SimpleInstallGetter(isolate(), prototype, factory->script_string(),
3108 SimpleInstallGetter(isolate(), prototype, factory->region_string(),
3110 SimpleInstallGetter(isolate(), prototype, factory->baseName_string(),
3113 SimpleInstallGetter(isolate(), prototype, factory->calendar_string(),
3115 SimpleInstallGetter(isolate(), prototype, factory->caseFirst_string(),
3117 SimpleInstallGetter(isolate(), prototype, factory->collation_string(),
3119 SimpleInstallGetter(isolate(), prototype, factory->hourCycle_string(),
3121 SimpleInstallGetter(isolate(), prototype, factory->numeric_string(),
3124 factory->numberingSystem_string(),
3128 SimpleInstallGetter(isolate(), prototype, factory->calendars_string(),
3130 SimpleInstallGetter(isolate(), prototype, factory->collations_string(),
3132 SimpleInstallGetter(isolate(), prototype, factory->hourCycles_string(),
3135 factory->numberingSystems_string(),
3137 SimpleInstallGetter(isolate(), prototype, factory->textInfo_string(),
3139 SimpleInstallGetter(isolate(), prototype, factory->timeZones_string(),
3141 SimpleInstallGetter(isolate(), prototype, factory->weekInfo_string(),
3148 JSDisplayNames::kHeaderSize, 0, factory->the_hole_value(),
3178 JSSegmenter::kHeaderSize, 0, factory->the_hole_value(),
3205 Handle<JSObject> prototype = factory->NewJSObject(
3208 Name::ToFunctionName(isolate(), factory->Segments_string())
3218 InstallFunctionAtSymbol(isolate_, prototype, factory->iterator_symbol(),
3229 Handle<JSObject> prototype = factory->NewJSObject(
3243 Name::ToFunctionName(isolate(), factory->SegmentIterator_string())
3258 Handle<String> name = factory->ArrayBuffer_string();
3267 factory->InternalizeUtf8String(
3274 Handle<String> name = factory->SharedArrayBuffer_string();
3284 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
3317 isolate_, factory->InternalizeUtf8String("TypedArray"),
3319 factory->the_hole_value(), Builtin::kTypedArrayBaseConstructor);
3337 SimpleInstallGetter(isolate_, prototype, factory->buffer_string(),
3339 SimpleInstallGetter(isolate_, prototype, factory->byte_length_string(),
3341 SimpleInstallGetter(isolate_, prototype, factory->byte_offset_string(),
3343 SimpleInstallGetter(isolate_, prototype, factory->length_string(),
3345 SimpleInstallGetter(isolate_, prototype, factory->to_string_tag_symbol(),
3358 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3405 JSObject::AddProperty(isolate_, prototype, factory->toString_string(),
3425 JSDataView::kSizeWithEmbedderFields, 0, factory->the_hole_value(),
3440 SimpleInstallGetter(isolate_, prototype, factory->buffer_string(),
3442 SimpleInstallGetter(isolate_, prototype, factory->byte_length_string(),
3444 SimpleInstallGetter(isolate_, prototype, factory->byte_offset_string(),
3492 factory->the_hole_value(), Builtin::kMapConstructor);
3504 InstallToStringTag(isolate_, prototype, factory->Map_string());
3529 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3536 factory->InternalizeUtf8String("size"),
3554 factory->the_hole_value(), Builtin::kBigIntConstructor);
3585 InstallToStringTag(isolate_, prototype, factory->BigInt_string());
3591 factory->the_hole_value(), Builtin::kSetConstructor);
3603 InstallToStringTag(isolate_, prototype, factory->Set_string());
3627 factory->InternalizeUtf8String("size"),
3631 JSObject::AddProperty(isolate_, prototype, factory->keys_string(), values,
3633 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3650 Handle<Map> map = factory->NewMap(
3654 Map::SetPrototype(isolate(), map, isolate_->factory()->null_value());
3662 Descriptor::DataField(isolate(), factory->to_string_tag_symbol(),
3676 Handle<Map> map = factory->ObjectLiteralMapFromCache(native_context(), 2);
3679 map = Map::CopyWithField(isolate(), map, factory->value_string(),
3686 map = Map::CopyWithField(isolate(), map, factory->done_string(),
3698 0, factory->the_hole_value(), Builtin::kWeakMapConstructor);
3737 0, factory->the_hole_value(), Builtin::kWeakSetConstructor);
3763 factory->InternalizeUtf8String("WeakSet"));
3776 Handle<String> name = factory->Proxy_string();
3796 Handle<String> reflect_string = factory->InternalizeUtf8String("Reflect");
3798 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld);
3838 factory->NewMap(JS_BOUND_FUNCTION_TYPE, JSBoundFunction::kHeaderSize,
3853 factory->length_string(), factory->bound_function_length_accessor(),
3863 factory->name_string(), factory->bound_function_name_accessor(),
3876 isolate_, global, factory->FinalizationRegistry_string(),
3878 factory->the_hole_value(), Builtin::kFinalizationRegistryConstructor);
3891 factory->FinalizationRegistry_string());
3905 isolate_, factory->InternalizeUtf8String("cleanupSome"),
3913 0, factory->the_hole_value(), Builtin::kWeakRefConstructor);
3923 InstallToStringTag(isolate_, weak_ref_prototype, factory->WeakRef_string());
3930 Handle<String> arguments_string = factory->Arguments_string();
3942 Descriptor::DataField(isolate(), factory->length_string(),
3949 Descriptor::DataField(isolate(), factory->callee_string(),
3980 Handle<AccessorPair> callee = factory->NewAccessorPair();
3990 factory->NewMap(JS_ARGUMENTS_OBJECT_TYPE,
3997 Descriptor::DataField(isolate(), factory->length_string(),
4003 Descriptor d = Descriptor::AccessorConstant(factory->callee_string(),
4026 isolate_, factory->empty_string(), JS_CONTEXT_EXTENSION_OBJECT_TYPE,
4027 JSObject::kHeaderSize, 0, factory->the_hole_value(), Builtin::kIllegal);
4034 SimpleCreateFunction(isolate_, factory->empty_string(),
4042 SimpleCreateFunction(isolate_, factory->empty_string(),
4060 JSTypedArray::kSizeWithEmbedderFields, 0, factory()->the_hole_value(),
4097 Handle<Map> rab_gsab_initial_map = factory()->NewMap(
4123 Factory* factory = isolate->factory();
4128 isolate->factory()
4142 factory->NewStringFromUtf8(name).ToHandleChecked();
4161 isolate->factory()->empty_fixed_array();
4170 Factory* factory = isolate->factory();
4195 isolate, generator_function_prototype, factory->constructor_string(),
4226 factory->constructor_string(), async_generator_function_function,
4236 factory->NewJSObject(isolate->object_function(), AllocationType::kOld);
4239 InstallToStringTag(isolate, prototype, factory->SetIterator_string());
4269 factory->NewJSObject(isolate->object_function(), AllocationType::kOld);
4272 InstallToStringTag(isolate, prototype, factory->MapIterator_string());
4327 isolate, async_function_prototype, factory->constructor_string(),
4340 Handle<Map> async_function_object_map = factory->NewMap(
4347 Factory* factory = isolate()->factory();
4358 factory->the_hole_value(), Builtin::kUnsupportedThrower);
4409 Factory* factory = isolate_->factory();
4412 Handle<String> name = factory->console_string();
4417 factory->NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal);
4422 Handle<JSObject> empty = factory->NewJSObject(isolate_->object_function());
4425 Handle<JSObject> console = factory->NewJSObject(cons, AllocationType::kOld);
4498 Factory* factory = isolate()->factory();
4504 JSShadowRealm::kHeaderSize, 0, factory->the_hole_value(),
4513 InstallToStringTag(isolate_, prototype, factory->ShadowRealm_string());
4521 Handle<Map> map = factory->NewMap(JS_WRAPPED_FUNCTION_TYPE,
4538 factory->length_string(), factory->wrapped_function_length_accessor(),
4548 factory->name_string(), factory->wrapped_function_name_accessor(),
4562 isolate()->factory()->InternalizeUtf8String("SharedStructType");
4591 isolate()->factory()->unscopables_symbol())
4623 isolate()->factory()->unscopables_symbol())
4670 factory()->InternalizeUtf8String("cleanupSome"),
4682 isolate()->factory()->linear_string(),
4703 factory()->unscopables_symbol())
4735 factory()->max_byte_length_string(),
4738 factory()->resizable_string(),
4748 factory()->max_byte_length_string(),
4752 factory()->growable_string(),
4763 factory()->NewJSObject(isolate_->object_function(), AllocationType::kOld);
4774 Handle<JSObject> now = factory()->NewJSObject(isolate_->object_function(),
4802 JSTemporal##N::kHeaderSize, 0, factory()->the_hole_value(), \
4848 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
4912 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
4981 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5066 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5130 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5179 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5235 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5279 SimpleInstallGetter(isolate(), prototype, isolate_->factory()->p##_string(), \
5313 SimpleInstallGetter(isolate(), prototype, factory()->id_string(),
5341 SimpleInstallGetter(isolate(), prototype, factory()->id_string(),
5392 factory()->InternalizeUtf8String("StringFixedArrayFromIterable"),
5401 factory()->InternalizeUtf8String(
5417 factory()->InternalizeUtf8String("Intl"))
5424 factory()->InternalizeUtf8String("NumberFormat"))
5440 factory()->InternalizeUtf8String("PluralRules"))
5457 Handle<JSObject> prototype = factory()->NewJSObject(
5470 JSObject::AddProperty(isolate(), prototype, factory()->constructor_string(),
5479 SimpleInstallGetter(isolate(), prototype, factory()->byte_length_string(),
5487 SimpleInstallGetter(isolate(), prototype, factory()->byte_length_string(),
5506 isolate()->factory()->NewFixedArrayWithHoles(
5516 auto wasm_debug_maps = isolate()->factory()->empty_fixed_array();
5606 factory()->NewMap(JS_OBJECT_TYPE, JSAccessorPropertyDescriptor::kSize,
5613 Descriptor::DataField(isolate(), factory()->get_string(),
5620 Descriptor::DataField(isolate(), factory()->set_string(),
5627 Descriptor::DataField(isolate(), factory()->enumerable_string(),
5634 isolate(), factory()->configurable_string(),
5652 factory()->NewMap(JS_OBJECT_TYPE, JSDataPropertyDescriptor::kSize,
5659 Descriptor::DataField(isolate(), factory()->value_string(),
5666 Descriptor::DataField(isolate(), factory()->writable_string(),
5673 Descriptor::DataField(isolate(), factory()->enumerable_string(),
5680 Descriptor::DataField(isolate(), factory()->configurable_string(),
5703 Descriptor d = Descriptor::DataField(isolate(), factory()->index_string(),
5711 Descriptor d = Descriptor::DataField(isolate(), factory()->input_string(),
5720 isolate(), factory()->groups_string(), JSRegExpResult::kGroupsIndex,
5733 isolate(), factory()->regexp_result_names_symbol(),
5741 isolate(), factory()->regexp_result_regexp_input_symbol(),
5750 isolate(), factory()->regexp_result_regexp_last_index_symbol(),
5768 Descriptor::DataField(isolate(), factory()->indices_string(),
5791 isolate(), factory()->groups_string(),
5805 factory()->arguments_iterator_accessor();
5807 Descriptor d = Descriptor::AccessorConstant(factory()->iterator_symbol(),
5814 Descriptor d = Descriptor::AccessorConstant(factory()->iterator_symbol(),
5822 Descriptor d = Descriptor::AccessorConstant(factory()->iterator_symbol(),
5830 Descriptor d = Descriptor::AccessorConstant(factory()->iterator_symbol(),
5849 Handle<JSObject> extras_binding = factory()->NewJSObjectWithNullProto();
5873 Handle<WeakFixedArray> cache = factory()->NewWeakFixedArray(
5900 Handle<String> name = isolate->factory()->stackTraceLimit_string();
6228 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements);
6255 Handle<Map> initial_map = factory()->NewMap(
6274 Handle<String> length = factory()->length_string();
6321 isolate->factory()->NewUninitializedJSGlobalProxy(instance_size);
6444 global_proxy = factory()->NewUninitializedJSGlobalProxy(proxy_size);
6463 Handle<Map> global_proxy_map = isolate->factory()->NewMap(