Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dproperty-descriptor.h107 PropertyAttributes ToAttributes() { in ToAttributes() function
Djs-array-buffer.cc251 DefineOwnPropertyIgnoreAttributes(&it, value, desc->ToAttributes()), in DefineOwnProperty()
Djs-objects.cc1297 desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor()
1320 JSObject::DefineAccessor(it, getter, setter, desc->ToAttributes()); in ValidateAndApplyPropertyDescriptor()
Dobjects.cc3162 return Just(desc.ToAttributes()); in GetPropertyAttributes()
3503 desc->ToAttributes() != DONT_ENUM) { in SetPrivateSymbol()