Home
last modified time | relevance | path

Searched refs:IsDataDescriptor (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/objects/
Dproperty-descriptor.h34 static bool IsDataDescriptor(PropertyDescriptor* desc) { in IsDataDescriptor() function
40 return !IsAccessorDescriptor(desc) && !IsDataDescriptor(desc); in IsGenericDescriptor()
Dproperty-descriptor.cc126 PropertyDescriptor::IsDataDescriptor(this))); in ToObject()
Djs-objects.cc1171 } else if (PropertyDescriptor::IsDataDescriptor(desc)) { in DefinePropertyWithInterceptorInternal()
1262 bool desc_is_data_descriptor = PropertyDescriptor::IsDataDescriptor(desc); in ValidateAndApplyPropertyDescriptor()
1366 PropertyDescriptor::IsDataDescriptor(current); in ValidateAndApplyPropertyDescriptor()
1683 PropertyDescriptor::IsDataDescriptor(desc)); in GetOwnPropertyDescriptor()
1780 PropertyDescriptor::IsDataDescriptor(&current_desc) && in GenericTestIntegrityLevel()
Dvalue-serializer.cc950 PropertyDescriptor::IsDataDescriptor(&message_desc)) { in WriteJSError()
Dobjects.cc1200 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) && in CheckGetSetTrapResult()
3479 if (PropertyDescriptor::IsDataDescriptor(&target_desc) && in DefineOwnProperty()
3502 if (!PropertyDescriptor::IsDataDescriptor(desc) || in SetPrivateSymbol()
/external/v8/src/builtins/
Dproxy-get-property.tq53 // a. If IsDataDescriptor(targetDesc) is true and targetDesc.[[Writable]]
Dproxy-set-property.tq61 // a. If IsDataDescriptor(targetDesc) is true and