Lines Matching defs:constructor
515 // This sets a constructor instance type on the constructor map which will be
518 // cell checks required for constructor, this function must not be used.
519 // Note, this function doesn't create a copy of the constructor's map. So it's
520 // better to set constructor instance type after all the properties are added
521 // to the constructor and thus the map is already guaranteed to be unique.
523 Handle<JSFunction> constructor,
528 Map map = constructor->map();
668 Handle<JSFunction> constructor) {
672 SimpleInstallGetter(isolate, constructor, factory->symbol_species_string(),
1149 Map::Copy(isolate_, proxy_callable_map, "constructor Proxy");
1293 // It has a constructor pointer that points at global_constructor which is a
1299 // That in turn has a constructor pointer that points at
1314 FunctionTemplateInfo::cast(data->constructor()), isolate());
1339 FunctionTemplateInfo::cast(js_global_object_template->constructor()),
1365 FunctionTemplateInfo::cast(data->constructor()), isolate());
1916 // Install the "constructor" property on the {prototype}.
2001 // Install the "constructor" property on the {prototype}.
2055 // Install the "constructor" property on the {prototype}.
3241 // Setup SegmentIterator constructor.
3560 // Install the properties of the BigInt constructor.
3574 // "constructor" is created implicitly by InstallFunction() above.
4013 // Copy constructor from the sloppy arguments boilerplate.
4040 // Set up the call-as-constructor delegate.
4077 // protectors, consider creating only one constructor instance type for all
4249 // Setup SetIterator constructor.
4282 // Setup MapIterator constructor.
4352 // CallSites are a special case; the constructor is for our private use
5461 // Allocate the constructor with the given {prototype}.
5469 // Install the "constructor" property on the {prototype}.
5692 // Create a constructor for RegExp results (a variant of Array that
5780 // Create a constructor for JSRegExpResultIndices (a variant of Array that
6061 FunctionTemplateInfo::cast(global_proxy_data->constructor()),
6082 DCHECK(FunctionTemplateInfo::cast(object_template->constructor())
6451 FunctionTemplateInfo::cast(global_proxy_data->constructor()), isolate);