Searched refs:properties_template (Results 1 – 2 of 2) sorted by relevance
464 Handle<Object> properties_template( in InitClassPrototype() local466 if (properties_template->IsNameDictionary()) { in InitClassPrototype()468 Handle<NameDictionary>::cast(properties_template); in InitClassPrototype()484 Handle<DescriptorArray>::cast(properties_template); in InitClassPrototype()515 Handle<Object> properties_template( in InitClassConstructor() local518 if (properties_template->IsNameDictionary()) { in InitClassConstructor()520 Handle<NameDictionary>::cast(properties_template); in InitClassConstructor()538 Handle<DescriptorArray>::cast(properties_template); in InitClassConstructor()
297 Handle<Object> properties_template() const { in properties_template() function in v8::internal::ObjectDescriptor589 *static_desc.properties_template()); in BuildClassBoilerplate()596 *instance_desc.properties_template()); in BuildClassBoilerplate()