Home
last modified time | relevance | path

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

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