Home
last modified time | relevance | path

Searched refs:ToAttributes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dproperty-descriptor.h96 PropertyAttributes ToAttributes() { in ToAttributes() function
Dobjects.cc5123 return Just(desc.ToAttributes()); in GetPropertyAttributes()
6603 it, value, desc->ToAttributes(), JSObject::DONT_FORCE_FIELD); in ValidateAndApplyPropertyDescriptor()
6626 JSObject::DefineAccessor(it, getter, setter, desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor()
7196 desc->ToAttributes() != DONT_ENUM) { in AddPrivateProperty()