Searched defs:IsDontDelete (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dproperty-details.h113 bool IsDontDelete() { return (attributes() & DONT_DELETE) != 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h284 bool IsDontDelete() { return details_.IsDontDelete(); } function in class:v8::internal::BASE_EMBEDDED

Completed in 51 milliseconds