Lines Matching refs:boilerplate
527 JSObject boilerplate = site.boilerplate();
528 if (boilerplate.IsJSArray()) {
529 RecordSimpleVirtualObjectStats(site, boilerplate,
534 site, boilerplate, ObjectStats::JS_OBJECT_BOILERPLATE_TYPE,
535 boilerplate.Size(), ObjectStats::kNoOverAllocation);
536 if (boilerplate.HasFastProperties()) {
539 PropertyArray properties = boilerplate.property_array();
543 NameDictionary properties = boilerplate.property_dictionary();
548 FixedArrayBase elements = boilerplate.elements();