HomeSort by relevance Sort by last modified time
    Searched refs:IsDataDescriptor (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-descriptor.h 35 static bool IsDataDescriptor(PropertyDescriptor* desc) {
41 return !IsAccessorDescriptor(desc) && !IsDataDescriptor(desc);
property-descriptor.cc 119 PropertyDescriptor::IsDataDescriptor(this)));
304 // 4. If either IsGenericDescriptor(Desc) or IsDataDescriptor(Desc) is true,
objects.cc 896 // 10.a. If IsDataDescriptor(targetDesc) and targetDesc.[[Configurable]] is
    [all...]

Completed in 414 milliseconds