Lines Matching refs:constructor
1948 JSFunction* constructor = JSFunction::cast(GetConstructor());
1949 DCHECK(constructor->shared()->IsApiFunction());
1951 constructor->shared()->get_api_func_data()->named_property_handler());
1956 JSFunction* constructor = JSFunction::cast(GetConstructor());
1957 DCHECK(constructor->shared()->IsApiFunction());
1959 constructor->shared()->get_api_func_data()->indexed_property_handler());
5676 void Map::SetConstructor(Object* constructor, WriteBarrierMode mode) {
5677 // Never overwrite a back pointer with a constructor.
5679 set_constructor_or_backpointer(constructor, mode);
5758 Object* maybe_ctor = constructor();
5760 FunctionTemplateInfo* constructor = FunctionTemplateInfo::cast(maybe_ctor);
5762 constructor = constructor->GetParent(isolate);
5763 if (constructor == nullptr) return nullptr;
5764 Object* maybe_obj = constructor->instance_template();
5876 ACCESSORS(ObjectTemplateInfo, constructor, Object, kConstructorOffset)
6681 // value, that value is stored in the constructor field of the map.