Searched defs:IsDontEnum (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dproperty-details.h114 bool IsDontEnum() { return (attributes() & DONT_ENUM) != 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h285 bool IsDontEnum() { return details_.IsDontEnum(); } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects-inl.h1998 bool DescriptorArray::IsDontEnum(int descriptor_number) { function in class:DescriptorArray
1999 return PropertyDetails(GetDetails(descriptor_number)).IsDontEnum();

Completed in 187 milliseconds