Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-function.cc254 &it, length, it.property_attributes())); in DoFunctionBind()
284 &it, name, it.property_attributes())); in DoFunctionBind()
/external/v8/src/
Dlookup.h178 PropertyAttributes property_attributes() const { in property_attributes() function
Daccessors.cc95 it.ReconfigureDataProperty(value, it.property_attributes()); in ReplaceAccessorWithDataProperty()
Dobjects.cc1998 return Just(it->property_attributes()); in GetPropertyAttributesWithFailedAccessCheck()
6289 PropertyAttributes current_attributes = it->property_attributes(); in DefineOwnPropertyIgnoreAttributes()
6311 if (it->property_attributes() == attributes) { in DefineOwnPropertyIgnoreAttributes()
6389 return Just(it->property_attributes()); in GetPropertyAttributes()
6392 return Just(it->property_attributes()); in GetPropertyAttributes()
7835 DCHECK_EQ(DONT_ENUM, it.property_attributes()); in SetPrivateSymbol()
/external/v8/src/objects/
Dmodule.cc946 return Just(it->property_attributes()); in GetPropertyAttributes()