Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dlookup.h170 PropertyAttributes property_attributes() const { in property_attributes() function
Djs-function.cc256 &it, length, it.property_attributes()), in CopyNameAndLength()
297 &it, name, it.property_attributes()), in CopyNameAndLength()
Dmodule.cc412 return Just(it->property_attributes()); in GetPropertyAttributes()
Djs-objects.cc745 return Just(it->property_attributes()); in GetPropertyAttributes()
748 return Just(it->property_attributes()); in GetPropertyAttributes()
2599 return Just(it->property_attributes()); in GetPropertyAttributesWithFailedAccessCheck()
3584 PropertyAttributes current_attributes = it->property_attributes(); in DefineOwnPropertyIgnoreAttributes()
3606 if (it->property_attributes() == attributes) { in DefineOwnPropertyIgnoreAttributes()
Dobjects.cc3626 DCHECK_EQ(DONT_ENUM, it.property_attributes()); in SetPrivateSymbol()
/third_party/node/deps/v8/src/builtins/
Daccessors.cc104 it.ReconfigureDataProperty(value, it.property_attributes()); in ReplaceAccessorWithDataProperty()