• Home
  • Raw
  • Download

Lines Matching refs:JSObject

232   void InitializeConsole(Handle<JSObject> extras_binding);
287 bool ConfigureApiObject(Handle<JSObject> object,
295 void TransferObject(Handle<JSObject> from, Handle<JSObject> to);
296 void TransferNamedProperties(Handle<JSObject> from, Handle<JSObject> to);
297 void TransferIndexedProperties(Handle<JSObject> from, Handle<JSObject> to);
478 JSObject::MakePrototypesFast(handle(result->prototype(), isolate), in CreateFunction()
482 JSObject::MakePrototypesFast(result, kStartAtReceiver, isolate); in CreateFunction()
496 Isolate* isolate, Handle<JSObject> target, Handle<String> name, in InstallFunction()
502 JSObject::AddProperty(isolate, target, name, function, DONT_ENUM); in InstallFunction()
507 Isolate* isolate, Handle<JSObject> target, const char* name, in InstallFunction()
550 JSObject::MakePrototypesFast(fun, kStartAtReceiver, isolate); in SimpleCreateFunction()
563 Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call, in InstallFunctionWithBuiltinId()
569 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM); in InstallFunctionWithBuiltinId()
574 Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call, in SimpleInstallFunction()
582 JSObject::AddProperty(isolate, base, internalized_name, fun, attrs); in SimpleInstallFunction()
587 Isolate* isolate, Handle<JSObject> base, Handle<Symbol> symbol, in InstallFunctionAtSymbol()
594 JSObject::AddProperty(isolate, base, symbol, fun, attrs); in InstallFunctionAtSymbol()
599 Handle<JSObject> base, in SimpleInstallGetterSetter()
615 JSObject::DefineAccessor(base, name, getter, setter, DONT_ENUM).Check(); in SimpleInstallGetterSetter()
618 void SimpleInstallGetterSetter(Isolate* isolate, Handle<JSObject> base, in SimpleInstallGetterSetter()
627 Handle<JSObject> base, in SimpleInstallGetter()
639 JSObject::DefineAccessor(base, property_name, getter, setter, DONT_ENUM) in SimpleInstallGetter()
646 Handle<JSObject> base, in SimpleInstallGetter()
652 V8_NOINLINE void InstallConstant(Isolate* isolate, Handle<JSObject> holder, in InstallConstant()
654 JSObject::AddProperty( in InstallConstant()
660 Handle<JSObject> holder, in InstallTrueValuedProperty()
662 JSObject::AddProperty(isolate, holder, in InstallTrueValuedProperty()
677 V8_NOINLINE void InstallToStringTag(Isolate* isolate, Handle<JSObject> holder, in InstallToStringTag()
679 JSObject::AddProperty(isolate, holder, in InstallToStringTag()
684 void InstallToStringTag(Isolate* isolate, Handle<JSObject> holder, in InstallToStringTag()
762 JSObject::SetOwnPropertyIgnoreAttributes( in GetThrowTypeErrorIntrinsic()
769 JSObject::SetOwnPropertyIgnoreAttributes( in GetThrowTypeErrorIntrinsic()
774 if (JSObject::PreventExtensions(function, kThrowOnError).IsNothing()) { in GetThrowTypeErrorIntrinsic()
778 JSObject::MigrateSlowToFast(function, 0, "Bootstrapping"); in GetThrowTypeErrorIntrinsic()
830 int inobject_properties = JSObject::kInitialGlobalObjectUnusedPropertiesCount; in CreateObjectFunction()
831 int instance_size = JSObject::kHeaderSize + kTaggedSize * inobject_properties; in CreateObjectFunction()
847 Handle<JSObject> object_function_prototype = in CreateObjectFunction()
887 Handle<JSObject> prototype, in CreateNonConstructorMap()
911 Handle<JSObject> iterator_prototype = factory()->NewJSObject( in CreateIteratorMaps()
922 Handle<JSObject> generator_object_prototype = factory()->NewJSObject( in CreateIteratorMaps()
926 JSObject::ForceSetPrototype(isolate(), generator_object_prototype, in CreateIteratorMaps()
928 Handle<JSObject> generator_function_prototype = factory()->NewJSObject( in CreateIteratorMaps()
930 JSObject::ForceSetPrototype(isolate(), generator_function_prototype, empty); in CreateIteratorMaps()
934 JSObject::AddProperty(isolate(), generator_function_prototype, in CreateIteratorMaps()
939 JSObject::AddProperty(isolate(), generator_object_prototype, in CreateIteratorMaps()
1012 Handle<JSObject> async_iterator_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps()
1023 Handle<JSObject> async_from_sync_iterator_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps()
1037 JSObject::ForceSetPrototype(isolate(), async_from_sync_iterator_prototype, in CreateAsyncIteratorMaps()
1048 Handle<JSObject> async_generator_object_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps()
1050 Handle<JSObject> async_generator_function_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps()
1054 JSObject::ForceSetPrototype(isolate(), async_generator_function_prototype, in CreateAsyncIteratorMaps()
1061 JSObject::AddProperty(isolate(), async_generator_function_prototype, in CreateAsyncIteratorMaps()
1065 JSObject::AddProperty(isolate(), async_generator_object_prototype, in CreateAsyncIteratorMaps()
1073 JSObject::ForceSetPrototype(isolate(), async_generator_object_prototype, in CreateAsyncIteratorMaps()
1114 Handle<JSObject> async_function_prototype = factory()->NewJSObject( in CreateAsyncFunctionMaps()
1116 JSObject::ForceSetPrototype(isolate(), async_function_prototype, empty); in CreateAsyncFunctionMaps()
1325 Handle<JSObject> prototype = in CreateNewGlobals()
1401 Handle<JSObject> global_object( in HookUpGlobalProxy()
1402 JSObject::cast(native_context()->global_object()), isolate()); in HookUpGlobalProxy()
1403 JSObject::ForceSetPrototype(isolate(), global_proxy, global_object); in HookUpGlobalProxy()
1416 JSObject::NormalizeElements(global_object); in HookUpGlobalObject()
1427 JSObject::AddProperty(isolate, function, in InstallWithIntrinsicDefaultProto()
1434 static void InstallError(Isolate* isolate, Handle<JSObject> global, in InstallError()
1448 JSObject::kHeaderSize + in_object_properties * kTaggedSize; in InstallError()
1464 Handle<JSObject> prototype(JSObject::cast(error_fun->instance_prototype()), in InstallError()
1467 JSObject::AddProperty(isolate, prototype, factory->name_string(), name, in InstallError()
1469 JSObject::AddProperty(isolate, prototype, factory->message_string(), in InstallError()
1562 JSObject::AddProperty(isolate_, global_object, object_name, object_function, in InitializeGlobal()
1656 Handle<JSObject> global(native_context()->global_object(), isolate()); in InitializeGlobal()
1674 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
1771 JSObject::AddProperty(isolate_, proto, factory->constructor_string(), in InitializeGlobal()
1820 JSObject::AddProperty(isolate_, proto, factory->iterator_symbol(), values, in InitializeGlobal()
1849 Handle<JSObject> unscopables = factory->NewJSObjectWithNullProto(); in InitializeGlobal()
1860 JSObject::MigrateSlowToFast(unscopables, 0, "Bootstrapping"); in InitializeGlobal()
1861 JSObject::AddProperty( in InitializeGlobal()
1870 Handle<JSObject> iterator_prototype( in InitializeGlobal()
1873 Handle<JSObject> array_iterator_prototype = in InitializeGlobal()
1875 JSObject::ForceSetPrototype(isolate(), array_iterator_prototype, in InitializeGlobal()
1917 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
1949 JSObject::AddProperty(isolate_, global_object, "parseFloat", in InitializeGlobal()
1956 JSObject::AddProperty(isolate_, global_object, "parseInt", parse_int_fun, in InitializeGlobal()
2002 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
2056 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
2151 JSObject::AddProperty(isolate_, prototype, "trimLeft", trim_start_fun, in InitializeGlobal()
2158 JSObject::AddProperty(isolate_, prototype, "trimRight", trim_end_fun, in InitializeGlobal()
2185 Handle<JSObject> iterator_prototype( in InitializeGlobal()
2188 Handle<JSObject> string_iterator_prototype = in InitializeGlobal()
2190 JSObject::ForceSetPrototype(isolate(), string_iterator_prototype, in InitializeGlobal()
2252 Handle<JSObject> prototype(JSObject::cast(symbol_fun->instance_prototype()), in InitializeGlobal()
2293 Handle<JSObject> prototype(JSObject::cast(date_fun->instance_prototype()), in InitializeGlobal()
2308 JSObject::AddProperty(isolate_, prototype, "toGMTString", to_utc_string, in InitializeGlobal()
2449 Handle<JSObject> prototype( in InitializeGlobal()
2450 JSObject::cast(promise_fun->instance_prototype()), isolate()); in InitializeGlobal()
2491 Handle<JSObject> prototype( in InitializeGlobal()
2492 JSObject::cast(regexp_fun->instance_prototype()), isolate()); in InitializeGlobal()
2673 Handle<JSObject> iterator_prototype( in InitializeGlobal()
2676 Handle<JSObject> regexp_string_iterator_prototype = factory->NewJSObject( in InitializeGlobal()
2678 JSObject::ForceSetPrototype(isolate(), regexp_string_iterator_prototype, in InitializeGlobal()
2730 Handle<JSObject> dummy = factory->NewJSObject(isolate_->object_function()); in InitializeGlobal()
2756 JSObject::AddProperty(isolate_, global, factory->globalThis_string(), in InitializeGlobal()
2761 Handle<JSObject> json_object = in InitializeGlobal()
2763 JSObject::AddProperty(isolate_, global, "JSON", json_object, DONT_ENUM); in InitializeGlobal()
2772 Handle<JSObject> math = in InitializeGlobal()
2774 JSObject::AddProperty(isolate_, global, "Math", math, DONT_ENUM); in InitializeGlobal()
2847 Handle<JSObject> intl = in InitializeGlobal()
2849 JSObject::AddProperty(isolate_, global, "Intl", intl, DONT_ENUM); in InitializeGlobal()
2877 Handle<JSObject> prototype( in InitializeGlobal()
2878 JSObject::cast(date_time_format_constructor->prototype()), isolate_); in InitializeGlobal()
2916 Handle<JSObject> prototype( in InitializeGlobal()
2917 JSObject::cast(number_format_constructor->prototype()), isolate_); in InitializeGlobal()
2944 Handle<JSObject> prototype( in InitializeGlobal()
2945 JSObject::cast(collator_constructor->prototype()), isolate_); in InitializeGlobal()
2968 Handle<JSObject> prototype( in InitializeGlobal()
2969 JSObject::cast(v8_break_iterator_constructor->prototype()), isolate_); in InitializeGlobal()
3007 Handle<JSObject> prototype( in InitializeGlobal()
3008 JSObject::cast(plural_rules_constructor->prototype()), isolate_); in InitializeGlobal()
3036 Handle<JSObject> prototype( in InitializeGlobal()
3037 JSObject::cast(relative_time_format_fun->instance_prototype()), in InitializeGlobal()
3067 Handle<JSObject> prototype( in InitializeGlobal()
3068 JSObject::cast(list_format_fun->instance_prototype()), isolate()); in InitializeGlobal()
3092 Handle<JSObject> prototype( in InitializeGlobal()
3093 JSObject::cast(locale_fun->instance_prototype()), isolate()); in InitializeGlobal()
3161 Handle<JSObject> prototype( in InitializeGlobal()
3162 JSObject::cast(display_names_fun->instance_prototype()), isolate()); in InitializeGlobal()
3188 Handle<JSObject> prototype( in InitializeGlobal()
3189 JSObject::cast(segmenter_fun->instance_prototype()), isolate()); in InitializeGlobal()
3205 Handle<JSObject> prototype = factory->NewJSObject( in InitializeGlobal()
3227 Handle<JSObject> iterator_prototype( in InitializeGlobal()
3229 Handle<JSObject> prototype = factory->NewJSObject( in InitializeGlobal()
3231 JSObject::ForceSetPrototype(isolate(), prototype, iterator_prototype); in InitializeGlobal()
3260 JSObject::AddProperty(isolate_, global, name, array_buffer_fun, DONT_ENUM); in InitializeGlobal()
3283 Handle<JSObject> atomics_object = in InitializeGlobal()
3331 Handle<JSObject> prototype( in InitializeGlobal()
3332 JSObject::cast(typed_array_fun->instance_prototype()), isolate()); in InitializeGlobal()
3358 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3405 JSObject::AddProperty(isolate_, prototype, factory->toString_string(), in InitializeGlobal()
3433 Handle<JSObject> prototype( in InitializeGlobal()
3434 JSObject::cast(data_view_fun->instance_prototype()), isolate()); in InitializeGlobal()
3501 Handle<JSObject> prototype(JSObject::cast(js_map_fun->instance_prototype()), in InitializeGlobal()
3529 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3569 Handle<JSObject> prototype(JSObject::cast(bigint_fun->instance_prototype()), in InitializeGlobal()
3600 Handle<JSObject> prototype(JSObject::cast(js_set_fun->instance_prototype()), in InitializeGlobal()
3631 JSObject::AddProperty(isolate_, prototype, factory->keys_string(), values, in InitializeGlobal()
3633 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3707 Handle<JSObject> prototype(JSObject::cast(cons->instance_prototype()), in InitializeGlobal()
3746 Handle<JSObject> prototype(JSObject::cast(cons->instance_prototype()), in InitializeGlobal()
3787 JSObject::AddProperty(isolate_, global, name, proxy_function, DONT_ENUM); in InitializeGlobal()
3797 Handle<JSObject> reflect = in InitializeGlobal()
3799 JSObject::AddProperty(isolate_, global, reflect_string, reflect, DONT_ENUM); in InitializeGlobal()
3886 Handle<JSObject> finalization_registry_prototype( in InitializeGlobal()
3887 JSObject::cast(finalization_registry_fun->instance_prototype()), in InitializeGlobal()
3920 Handle<JSObject> weak_ref_prototype( in InitializeGlobal()
3921 JSObject::cast(weak_ref_fun->instance_prototype()), isolate()); in InitializeGlobal()
4027 JSObject::kHeaderSize, 0, factory->the_hole_value(), Builtin::kIllegal); in InitializeGlobal()
4052 Handle<JSObject> global = in InstallTypedArray()
4053 Handle<JSObject>(native_context()->global_object(), isolate()); in InstallTypedArray()
4055 Handle<JSObject> typed_array_prototype = isolate()->typed_array_prototype(); in InstallTypedArray()
4067 CHECK(JSObject::SetPrototype(isolate(), result, typed_array_function, false, in InstallTypedArray()
4083 Handle<JSObject> prototype(JSObject::cast(result->prototype()), isolate()); in InstallTypedArray()
4085 CHECK(JSObject::SetPrototype(isolate(), prototype, typed_array_prototype, in InstallTypedArray()
4173 Handle<JSObject> iterator_prototype( in InitializeIteratorFunctions()
4178 Handle<JSObject> generator_function_prototype(iter.GetCurrent<JSObject>(), in InitializeIteratorFunctions()
4192 JSObject::ForceSetPrototype(isolate, generator_function_function, in InitializeIteratorFunctions()
4194 JSObject::AddProperty( in InitializeIteratorFunctions()
4206 Handle<JSObject> async_generator_function_prototype( in InitializeIteratorFunctions()
4207 iter.GetCurrent<JSObject>(), isolate); in InitializeIteratorFunctions()
4221 JSObject::ForceSetPrototype(isolate, async_generator_function_function, in InitializeIteratorFunctions()
4224 JSObject::AddProperty( in InitializeIteratorFunctions()
4235 Handle<JSObject> prototype = in InitializeIteratorFunctions()
4237 JSObject::ForceSetPrototype(isolate, prototype, iterator_prototype); in InitializeIteratorFunctions()
4268 Handle<JSObject> prototype = in InitializeIteratorFunctions()
4270 JSObject::ForceSetPrototype(isolate, prototype, iterator_prototype); in InitializeIteratorFunctions()
4307 Handle<JSObject> async_function_prototype(iter.GetCurrent<JSObject>(), in InitializeIteratorFunctions()
4323 JSObject::ForceSetPrototype(isolate, async_function_constructor, in InitializeIteratorFunctions()
4326 JSObject::AddProperty( in InitializeIteratorFunctions()
4357 isolate(), "CallSite", JS_OBJECT_TYPE, JSObject::kHeaderSize, 0, in InitializeCallSiteBuiltins()
4363 Handle<JSObject> prototype(JSObject::cast(callsite_fun->instance_prototype()), in InitializeCallSiteBuiltins()
4407 void Genesis::InitializeConsole(Handle<JSObject> extras_binding) { in InitializeConsole()
4422 Handle<JSObject> empty = factory->NewJSObject(isolate_->object_function()); in InitializeConsole()
4425 Handle<JSObject> console = factory->NewJSObject(cons, AllocationType::kOld); in InitializeConsole()
4428 JSObject::AddProperty(isolate_, extras_binding, name, console, DONT_ENUM); in InitializeConsole()
4430 JSObject::AddProperty(isolate_, global, name, console, DONT_ENUM); in InitializeConsole()
4509 Handle<JSObject> prototype( in EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE()
4510 JSObject::cast(shadow_realm_fun->instance_prototype()), isolate()); in EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE()
4525 Handle<JSObject> empty_function(native_context()->function_prototype(), in EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE()
4565 JSObject::MakePrototypesFast(shared_struct_type_fun, kStartAtReceiver, in InitializeGlobal_harmony_struct()
4570 JSObject::AddProperty(isolate(), global, "SharedStructType", in InitializeGlobal_harmony_struct()
4580 Handle<JSObject> array_prototype( in InitializeGlobal_harmony_array_find_last()
4581 JSObject::cast(array_function->instance_prototype()), isolate()); in InitializeGlobal_harmony_array_find_last()
4588 Handle<JSObject> unscopables = Handle<JSObject>::cast( in InitializeGlobal_harmony_array_find_last()
4589 JSObject::GetProperty(isolate(), array_prototype, in InitializeGlobal_harmony_array_find_last()
4598 Handle<JSObject> prototype(native_context()->typed_array_prototype(), in InitializeGlobal_harmony_array_find_last()
4612 Handle<JSObject> array_prototype( in InitializeGlobal_harmony_array_grouping()
4613 JSObject::cast(array_function->instance_prototype()), isolate()); in InitializeGlobal_harmony_array_grouping()
4620 Handle<JSObject> unscopables = Handle<JSObject>::cast( in InitializeGlobal_harmony_array_grouping()
4621 JSObject::GetProperty(isolate(), array_prototype, in InitializeGlobal_harmony_array_grouping()
4645 JSObject::AddProperty(isolate_, global, "SharedArrayBuffer", in InitializeGlobal_harmony_sharedarraybuffer()
4654 JSObject::AddProperty(isolate_, global, "Atomics", in InitializeGlobal_harmony_atomics()
4664 Handle<JSObject> finalization_registry_prototype( in InitializeGlobal_harmony_weak_refs_with_cleanup_some()
4665 JSObject::cast(finalization_registry_fun->instance_prototype()), in InitializeGlobal_harmony_weak_refs_with_cleanup_some()
4668 JSObject::AddProperty(isolate(), finalization_registry_prototype, in InitializeGlobal_harmony_weak_refs_with_cleanup_some()
4678 Handle<JSObject> regexp_prototype( in InitializeGlobal_regexp_linear_flag()
4679 JSObject::cast(regexp_fun->instance_prototype()), isolate()); in InitializeGlobal_regexp_linear_flag()
4694 Handle<JSObject> array_prototype( in InitializeGlobal_harmony_relative_indexing_methods()
4695 JSObject::cast(array_function->instance_prototype()), isolate()); in InitializeGlobal_harmony_relative_indexing_methods()
4700 Handle<JSObject> unscopables = Handle<JSObject>::cast( in InitializeGlobal_harmony_relative_indexing_methods()
4710 Handle<JSObject> string_prototype( in InitializeGlobal_harmony_relative_indexing_methods()
4711 JSObject::cast(string_function->instance_prototype()), isolate()); in InitializeGlobal_harmony_relative_indexing_methods()
4720 Handle<JSObject> typed_array_prototype( in InitializeGlobal_harmony_relative_indexing_methods()
4721 JSObject::cast(typed_array_function->instance_prototype()), isolate()); in InitializeGlobal_harmony_relative_indexing_methods()
4730 Handle<JSObject> array_buffer_prototype( in InitializeGlobal_harmony_rab_gsab()
4731 JSObject::cast(native_context()->array_buffer_fun().instance_prototype()), in InitializeGlobal_harmony_rab_gsab()
4742 Handle<JSObject> shared_array_buffer_prototype( in InitializeGlobal_harmony_rab_gsab()
4743 JSObject::cast( in InitializeGlobal_harmony_rab_gsab()
4761 Handle<JSObject> temporal = in InitializeGlobal_harmony_temporal()
4764 JSObject::AddProperty(isolate_, global, "Temporal", temporal, DONT_ENUM); in InitializeGlobal_harmony_temporal()
4773 Handle<JSObject> now = factory()->NewJSObject(isolate_->object_function(), in InitializeGlobal_harmony_temporal()
4775 JSObject::AddProperty(isolate_, temporal, "Now", now, DONT_ENUM); in InitializeGlobal_harmony_temporal()
4807 Handle<JSObject> prototype(JSObject::cast(obj_func->instance_prototype()), \ in InitializeGlobal_harmony_temporal()
5412 Handle<JSObject> intl = Handle<JSObject>::cast( in InitializeGlobal_harmony_intl_number_format_v3()
5426 Handle<JSObject> prototype( in InitializeGlobal_harmony_intl_number_format_v3()
5427 JSObject::cast(number_format_constructor->prototype()), isolate()); in InitializeGlobal_harmony_intl_number_format_v3()
5442 Handle<JSObject> prototype( in InitializeGlobal_harmony_intl_number_format_v3()
5443 JSObject::cast(plural_rules_constructor->prototype()), isolate()); in InitializeGlobal_harmony_intl_number_format_v3()
5456 Handle<JSObject> prototype = factory()->NewJSObject( in CreateArrayBuffer()
5469 JSObject::AddProperty(isolate(), prototype, factory()->constructor_string(), in CreateArrayBuffer()
5523 DCHECK(JSObject::cast(object_function->initial_map().prototype()) in InstallABunchOfRandomThings()
5526 JSObject::cast(object_function->initial_map().prototype())); in InstallABunchOfRandomThings()
5535 JSObject string_function_prototype = in InstallABunchOfRandomThings()
5536 JSObject::cast(string_function->initial_map().prototype()); in InstallABunchOfRandomThings()
5848 Handle<JSObject> extras_binding = factory()->NewJSObjectWithNullProto(); in InstallExtrasBindings()
5873 JSObject::kMapCacheSize, AllocationType::kOld); in InitializeMapCaches()
5898 Handle<JSObject> Error = isolate->error_function(); in InstallSpecialObjects()
5901 JSObject::AddProperty(isolate, Error, name, stack_trace_limit, NONE); in InstallSpecialObjects()
6049 Handle<JSObject> global_proxy(native_context()->global_proxy(), isolate()); in ConfigureGlobalObject()
6050 Handle<JSObject> global_object(native_context()->global_object(), isolate()); in ConfigureGlobalObject()
6070 JSObject::ForceSetPrototype(isolate(), global_proxy, global_object); in ConfigureGlobalObject()
6078 bool Genesis::ConfigureApiObject(Handle<JSObject> object, in ConfigureApiObject()
6084 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject()
6086 Handle<JSObject> instantiated_template; in ConfigureApiObject()
6096 static bool PropertyAlreadyExists(Isolate* isolate, Handle<JSObject> to, in PropertyAlreadyExists()
6103 void Genesis::TransferNamedProperties(Handle<JSObject> from, in TransferNamedProperties()
6104 Handle<JSObject> to) { in TransferNamedProperties()
6122 Handle<Object> value = JSObject::FastPropertyAt( in TransferNamedProperties()
6124 JSObject::AddProperty(isolate(), to, key, value, in TransferNamedProperties()
6143 JSObject::SetNormalizedProperty(to, key, value, d); in TransferNamedProperties()
6163 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); in TransferNamedProperties()
6169 JSObject::SetNormalizedProperty(to, key, value, d); in TransferNamedProperties()
6193 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); in TransferNamedProperties()
6217 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); in TransferNamedProperties()
6222 void Genesis::TransferIndexedProperties(Handle<JSObject> from, in TransferIndexedProperties()
6223 Handle<JSObject> to) { in TransferIndexedProperties()
6231 void Genesis::TransferObject(Handle<JSObject> from, Handle<JSObject> to) { in TransferObject()
6242 JSObject::ForceSetPrototype(isolate(), to, proto); in TransferObject()
6250 Handle<JSObject> array_prototype(native_context()->initial_array_prototype(), in CreateInitialMapForArraySubclass()
6406 JSObject string_function_prototype = in Genesis()
6407 JSObject::cast(string_function->initial_map().prototype()); in Genesis()
6455 Handle<JSObject> global_object = in Genesis()
6471 JSObject::ForceSetPrototype(isolate, global_proxy, global_object); in Genesis()