Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h109 PropertyAttributes ToAttributes() { in ToAttributes() function
Dobjects.cc6106 return Just(desc.ToAttributes()); in GetPropertyAttributes()
7218 desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor()
7241 JSObject::DefineAccessor(it, getter, setter, desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor()
7821 desc->ToAttributes() != DONT_ENUM) { in SetPrivateSymbol()
/external/v8/src/objects/
Djs-array-buffer.cc270 o, index, value, desc->ToAttributes()), in DefineOwnProperty()