Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

1094   // HeapObject calls the private constructor and directly reads the value.
1461 // Returns the constructor name (the name (possibly, inferred name) of the
3716 // [constructor]: points back to the function responsible for this map.
3717 DECL_ACCESSORS(constructor, Object)
4109 // after the constructor). There is no guarantee that the extra space
4113 // - Detect the first constructor call for this SharedFunctionInfo.
4115 // constructor's initial_map and install a special construct stub that
4116 // counts constructor calls.
4139 // tracking will be initiated again on the next constructor call.
4141 // - The constructor is called from another context.
4148 // - A different constructor function sharing the same SharedFunctionInfo is
4158 // [construction_count]: Counter for constructor calls made during
4163 // [initial_map]: initial map of the first function called as a constructor.
4322 // Check whether a inlined constructor can be generated with the given
4588 // The initial map for an object created by this constructor.
6400 DECL_ACCESSORS(constructor, Object)