Home
last modified time | relevance | path

Searched refs:property_attributes (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function.cc245 &it, length, it.property_attributes())); in DoFunctionBind()
276 &it, name, it.property_attributes())); in DoFunctionBind()
Daccessors.cc99 it.ReconfigureDataProperty(value, it.property_attributes()); in ReplaceAccessorWithDataProperty()
/external/v8/src/objects/
Dlookup.h164 PropertyAttributes property_attributes() const { in property_attributes() function
Dmodule.cc372 return Just(it->property_attributes()); in GetPropertyAttributes()
Djs-objects.cc600 return Just(it->property_attributes()); in GetPropertyAttributes()
603 return Just(it->property_attributes()); in GetPropertyAttributes()
2332 return Just(it->property_attributes()); in GetPropertyAttributesWithFailedAccessCheck()
3323 PropertyAttributes current_attributes = it->property_attributes(); in DefineOwnPropertyIgnoreAttributes()
3345 if (it->property_attributes() == attributes) { in DefineOwnPropertyIgnoreAttributes()
Dobjects.cc3517 DCHECK_EQ(DONT_ENUM, it.property_attributes()); in SetPrivateSymbol()