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

  /external/v8/src/
property-details.h 338 bool IsDontEnum() const { return (attributes() & DONT_ENUM) != 0; }
339 bool IsEnumerable() const { return !IsDontEnum(); }
json-stringifier.cc 535 if (details.IsDontEnum()) continue;
keys.cc 298 if (details.IsDontEnum()) continue;
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 80 if (old_details.IsReadOnly() || old_details.IsDontEnum() ||
    [all...]

Completed in 85 milliseconds