Home
last modified time | relevance | path

Searched refs:set_property_attributes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h4616 void AccessorInfo::set_property_attributes(PropertyAttributes attributes) { in set_property_attributes() function
Dobjects.h8028 inline void set_property_attributes(PropertyAttributes attributes);
Dapi.cc1061 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes)); in MakeAccessorInfo()