HomeSort by relevance Sort by last modified time
    Searched defs:IsDontEnum (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
property-details.h 114 bool IsDontEnum() { return (attributes() & DONT_ENUM) != 0; }
property.h 285 bool IsDontEnum() { return details_.IsDontEnum(); }
objects-inl.h     [all...]
  /external/chromium_org/v8/src/
property-details.h 242 bool IsDontEnum() const { return (attributes() & DONT_ENUM) != 0; }
property.h 316 bool IsDontEnum() { return details_.IsDontEnum(); }

Completed in 494 milliseconds