Lines Matching refs:constructor
1523 JSFunction* constructor =
1526 return constructor->initial_map() == heap_object->map();
3468 // so that object accesses before the constructor completes (e.g. in the
3515 AllocationResult Heap::AllocateJSObject(JSFunction* constructor,
3518 DCHECK(constructor->has_initial_map());
3522 constructor->initial_map(), pretenure, allocation_site);