Searched defs:IsDontEnum (Results 1 - 5 of 5) 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();
/external/chromium_org/v8/src/
H A Dproperty-details.h242 bool IsDontEnum() const { return (attributes() & DONT_ENUM) != 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h316 bool IsDontEnum() { return details_.IsDontEnum(); } function in class:v8::internal::BASE_EMBEDDED

Completed in 108 milliseconds