Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

112   // Fetch the constructor function of the object.
113 Object* cons_obj = JSObject::cast(this)->map()->constructor();
2256 ACCESSORS(Map, constructor, Object, kConstructorOffset)
2312 ACCESSORS(ObjectTemplateInfo, constructor, Object, kConstructorOffset)
2518 // value, that value is stored in the constructor field of the map.
2519 if (map()->has_non_instance_prototype()) return map()->constructor();